Public Member Functions | |
Cholesky () | |
template<class Accessor> | |
Cholesky (const DynamicMatrix< Accessor > &m) | |
template<class Accessor> | |
void | compute (const DynamicMatrix< Accessor > &m) |
int | get_rank () const |
template<class V> | |
Vector | inverse_times (const V &v) const |
template<class V> | |
Vector | backsub (const V &v) const |
template<class V> | |
double | mahalanobis (const V &v) const |
const Matrix & | get_L () const |
double | get_determinant () const |
template<class Mat> | |
void | get_inverse (Mat &M) const |
Matrix | get_inverse () const |
Cholesky () | |
template<class Accessor> | |
Cholesky (const DynamicMatrix< Accessor > &m) | |
template<class Accessor> | |
void | compute (const DynamicMatrix< Accessor > &m) |
int | get_rank () const |
template<class V> | |
Vector | inverse_times (const V &v) const |
template<class V> | |
Vector | backsub (const V &v) const |
template<class V> | |
double | mahalanobis (const V &v) const |
const Matrix & | get_L () const |
double | get_determinant () const |
template<class Mat> | |
void | get_inverse (Mat &M) const |
Matrix | get_inverse () const |
Definition at line 437 of file Cholesky.h.