|
|
virtual int | SystemSize ()=0 |
| |
| virtual void | ComputeApproximateInverse ()=0 |
| | returns the number of unknowns in the system;
|
| |
| virtual double | ApplyLinearOperator (const Vector &V, Vector &Result)=0 |
| | performs any precomputations
|
| |
| virtual double | ApplyApproximateInverse (const Vector &V, Vector &Result)=0 |
| | Applies the linear operator to the vector V and stores the value in Result. Returns Vt * A * V.
|
| |
◆ ApplyApproximateInverse()
| virtual double CoRiBoDynamics::LinearOperator::ApplyApproximateInverse |
( |
const Vector & |
V, |
|
|
Vector & |
Result |
|
) |
| |
|
pure virtual |
◆ ApplyLinearOperator()
| virtual double CoRiBoDynamics::LinearOperator::ApplyLinearOperator |
( |
const Vector & |
V, |
|
|
Vector & |
Result |
|
) |
| |
|
pure virtual |
◆ ComputeApproximateInverse()
| virtual void CoRiBoDynamics::LinearOperator::ComputeApproximateInverse |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: