Object containing Cholesky factorization. More...
#include <Cholmod.hxx>
Public Member Functions | |
void | Clear () |
template<class Prop , class Storage , class Allocator > | |
void | FactorizeMatrix (Matrix< double, Prop, Storage, Allocator > &mat, bool keep_matrix=false) |
template<class Transpose_status , class Allocator > | |
void | Solve (const Transpose_status &TransA, Vector< double, VectFull, Allocator > &x) |
Protected Attributes | |
cholmod_common | param_chol |
cholmod_factor * | L |
int | n |
Object containing Cholesky factorization.
Definition at line 32 of file Cholmod.hxx.