Simbody  3.7
SimTK::Factor Class Reference

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...
 

Detailed Description

Base class for the various matrix factorizations.

Constructor & Destructor Documentation

◆ Factor() [1/2]

SimTK::Factor::Factor ( )
inline

◆ Factor() [2/2]

template<class ELT >
SimTK::Factor::Factor ( Matrix_< ELT >  m)

creates an factorization of a matrix

Member Function Documentation

◆ solve() [1/2]

template<class ELT >
void SimTK::Factor::solve ( const Vector_< ELT > &  b,
Vector_< ELT > &  x 
) const

solves a single right hand side using a factorization

◆ solve() [2/2]

template<class ELT >
void SimTK::Factor::solve ( const Matrix_< ELT > &  b,
Matrix_< ELT > &  x 
) const

solves multiple right hand sides using a factorization


The documentation for this class was generated from the following file: