LinearSparseSolveAndInverse aims at performing an efficient linear system resolution and calculating its inverse matrix at the same time.
More...
#include <LinearSparseSolveAndInverse.h>
LinearSparseSolveAndInverse aims at performing an efficient linear system resolution and calculating its inverse matrix at the same time.
This class is very useful in the OdeSolver resolution to improve performance.
- See also
- SurgSim::Math::OdeSolver
§ getInverse()
Matrix SurgSim::Math::LinearSparseSolveAndInverse::getInverse |
( |
| ) |
const |
|
virtual |
§ setMatrix()
virtual void SurgSim::Math::LinearSparseSolveAndInverse::setMatrix |
( |
const SparseMatrix & |
matrix | ) |
|
|
pure virtual |
§ solve()
virtual Matrix SurgSim::Math::LinearSparseSolveAndInverse::solve |
( |
const Matrix & |
b | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: