Base class for linear system of equation solver implementations.
More...
#include <vtkvmtkLinearSystemSolver.h>
Base class for linear system of equation solver implementations.
- Date
- 2006/04/06 16:46:43
- Revision
- 1.4
..
Definition at line 35 of file vtkvmtkLinearSystemSolver.h.
◆ Superclass
◆ vtkvmtkLinearSystemSolver()
vtkvmtkLinearSystemSolver::vtkvmtkLinearSystemSolver |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkLinearSystemSolver()
vtkvmtkLinearSystemSolver::~vtkvmtkLinearSystemSolver |
( |
| ) |
|
|
protected |
◆ New()
◆ IsTypeOf()
static int vtkvmtkLinearSystemSolver::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkLinearSystemSolver::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkLinearSystemSolver::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ SetLinearSystem()
◆ GetLinearSystem()
◆ SetMaximumNumberOfIterations()
virtual void vtkvmtkLinearSystemSolver::SetMaximumNumberOfIterations |
( |
int |
| ) |
|
|
virtual |
◆ GetMaximumNumberOfIterations()
virtual int vtkvmtkLinearSystemSolver::GetMaximumNumberOfIterations |
( |
| ) |
|
|
virtual |
◆ SetConvergenceTolerance()
virtual void vtkvmtkLinearSystemSolver::SetConvergenceTolerance |
( |
double |
| ) |
|
|
virtual |
◆ GetConvergenceTolerance()
virtual double vtkvmtkLinearSystemSolver::GetConvergenceTolerance |
( |
| ) |
|
|
virtual |
◆ Solve()
virtual int vtkvmtkLinearSystemSolver::Solve |
( |
| ) |
|
|
virtual |
◆ LinearSystem
◆ MaximumNumberOfIterations
int vtkvmtkLinearSystemSolver::MaximumNumberOfIterations |
|
protected |
◆ ConvergenceTolerance
double vtkvmtkLinearSystemSolver::ConvergenceTolerance |
|
protected |
◆ NumberOfIterations
int vtkvmtkLinearSystemSolver::NumberOfIterations |
|
protected |
◆ Residual
double vtkvmtkLinearSystemSolver::Residual |
|
protected |
The documentation for this class was generated from the following file: