MOOCHO (Single Doxygen Collection)
Version of the Day
|
Mix-in Interface for extracting the inverse cholesky factor of a dense symmetric positive definite matrix. More...
#include <AbstractLinAlgPack_MatrixExtractInvCholFactor.hpp>
Public Member Functions | |
virtual void | extract_inv_chol (DMatrixSliceTriEle *InvChol) const =0 |
Extract the inverse cholesly factor. More... | |
Public Member Functions inherited from AbstractLinAlgPack::MatrixBase | |
virtual | ~MatrixBase () |
Virtual destructor. More... | |
virtual const VectorSpace & | space_cols () const =0 |
Vector space for vectors that are compatible with the columns of the matrix. More... | |
virtual const VectorSpace & | space_rows () const =0 |
Vector space for vectors that are compatible with the rows of the matrix. More... | |
virtual size_type | rows () const |
Return the number of rows in the matrix. More... | |
virtual size_type | cols () const |
Return the number of columns in the matrix. More... | |
virtual size_type | nz () const |
Return the number of nonzero elements in the matrix. More... | |
Mix-in Interface for extracting the inverse cholesky factor of a dense symmetric positive definite matrix.
Definition at line 53 of file AbstractLinAlgPack_MatrixExtractInvCholFactor.hpp.
|
pure virtual |
Extract the inverse cholesly factor.
Warning, the entire DMatrixSlice InvChol->gms() can be used for workspace!