Public Member Functions | |
LU (int size) | |
template<class Accessor> | |
LU (const DynamicMatrix< Accessor > &m) | |
~LU () | |
template<class Accessor> | |
void | compute (const DynamicMatrix< Accessor > &m) |
template<int Rows, int Cols, class Accessor> | |
Matrix< Rows, Cols, RowMajor > | backsub (const FixedMatrix< Rows, Cols, Accessor > &rhs) |
template<class Accessor> | |
Matrix<-1,-1, RowMajor > | backsub (const DynamicMatrix< Accessor > &rhs) |
template<int Size, class Accessor> | |
Vector< Size > | backsub (const FixedVector< Size, Accessor > &rhs) |
template<class Accessor> | |
Vector | backsub (const DynamicVector< Accessor > &rhs) |
Matrix<-1,-1, RowMajor > | get_inverse () |
Matrix<-1, -1, RowMajor > & | get_lu () |
const Matrix<-1, -1, RowMajor > & | get_lu () const |
int | get_sign () const |
double | determinant () const |
int | get_info () const |
LU (int size) | |
template<class Accessor> | |
LU (const DynamicMatrix< Accessor > &m) | |
~LU () | |
template<class Accessor> | |
void | compute (const DynamicMatrix< Accessor > &m) |
template<int Rows, int Cols, class Accessor> | |
Matrix< Rows, Cols, RowMajor > | backsub (const FixedMatrix< Rows, Cols, Accessor > &rhs) |
template<class Accessor> | |
Matrix<-1,-1, RowMajor > | backsub (const DynamicMatrix< Accessor > &rhs) |
template<int Size, class Accessor> | |
Vector< Size > | backsub (const FixedVector< Size, Accessor > &rhs) |
template<class Accessor> | |
Vector | backsub (const DynamicVector< Accessor > &rhs) |
Matrix<-1,-1, RowMajor > | get_inverse () |
Matrix<-1, -1, RowMajor > & | get_lu () |
const Matrix<-1, -1, RowMajor > & | get_lu () const |
int | get_sign () const |
double | determinant () const |
int | get_info () const |
Definition at line 185 of file LU.h.