#include <AbstractLinAlgPack_MatrixExtractInvCholFactor.hpp>
Inheritance diagram for AbstractLinAlgPack::MatrixExtractInvCholFactor:
Public Member Functions | |
| virtual void | extract_inv_chol (DMatrixSliceTriEle *InvChol) const =0 |
| Extract the inverse cholesly factor. | |
Definition at line 40 of file AbstractLinAlgPack_MatrixExtractInvCholFactor.hpp.
|
|
Extract the inverse cholesly factor. Warning, the entire DMatrixSlice InvChol->gms() can be used for workspace! |
1.3.9.1