28 #ifndef __vtkvmtkLinearSystemSolver_h 29 #define __vtkvmtkLinearSystemSolver_h 31 #include "vtkObject.h" 33 #include "vtkvmtkWin32Header.h" 44 vtkSetMacro(MaximumNumberOfIterations,
int);
45 vtkGetMacro(MaximumNumberOfIterations,
int);
47 vtkSetMacro(ConvergenceTolerance,
double);
48 vtkGetMacro(ConvergenceTolerance,
double);
vtkvmtkLinearSystem * LinearSystem
int MaximumNumberOfIterations
double ConvergenceTolerance
Base class for linear system of equation solver implementations.
Base container to hold sparse matrice objects representing a linear system of equations Ax = B...