|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
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. | |
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.
| virtual void AbstractLinAlgPack::MatrixExtractInvCholFactor::extract_inv_chol | ( | DMatrixSliceTriEle * | InvChol | ) | const [pure virtual] |
Extract the inverse cholesly factor.
Warning, the entire DMatrixSlice InvChol->gms() can be used for workspace!
1.7.6.1