| 
    Simbody
    3.5
    
   | 
 
Base class for the various matrix factorizations. More...
 Inheritance diagram for SimTK::Factor:Public Member Functions | |
| Factor () | |
| template<class ELT > | |
| Factor (Matrix_< ELT > m) | |
| creates an factorization of a matrix  More... | |
| template<class ELT > | |
| void | solve (const Vector_< ELT > &b, Vector_< ELT > &x) const | 
| solves a single right hand side using a factorization  More... | |
| template<class ELT > | |
| void | solve (const Matrix_< ELT > &b, Matrix_< ELT > &x) const | 
| solves multiple right hand sides using a factorization  More... | |
Base class for the various matrix factorizations.
      
  | 
  inline | 
| SimTK::Factor::Factor | ( | Matrix_< ELT > | m | ) | 
creates an factorization of a matrix
| void SimTK::Factor::solve | ( | const Vector_< ELT > & | b, | 
| Vector_< ELT > & | x | ||
| ) | const | 
solves a single right hand side using a factorization
| void SimTK::Factor::solve | ( | const Matrix_< ELT > & | b, | 
| Matrix_< ELT > & | x | ||
| ) | const | 
solves multiple right hand sides using a factorization