Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 40 of file solver_cholmod.h.
Public Types | |
typedef solver_abstract_rep< T, M > | base |
typedef base::size_type | size_type |
typedef base::determinant_type | determinant_type |
![]() | |
typedef csr< T, M >::size_type | size_type |
Public Member Functions | |
solver_cholmod_rep (const csr< T, M > &a, const solver_option &opt=solver_option()) | |
solver_cholmod_rep (const solver_cholmod_rep< T, M > &) | |
solver_abstract_rep< T, M > * | clone () const |
void | update_values (const csr< T, M > &a) |
bool | initialized () const |
vec< T, M > | trans_solve (const vec< T, M > &rhs) const |
vec< T, M > | solve (const vec< T, M > &rhs) const |
determinant_type | det () const |
![]() | |
solver_abstract_rep (const solver_option &opt) | |
solver_abstract_rep (const solver_abstract_rep &x) | |
const solver_option & | option () const |
virtual | ~solver_abstract_rep () |
virtual void | set_preconditioner (const solver_basic< T, M > &) |
virtual std::string | name () const |
Protected Attributes | |
csr< T, M > | _a |
Eigen::CholmodDecomposition< Eigen::SparseMatrix< double > > | _llt_a |
determinant_type | _det |
![]() | |
solver_option | _opt |
Additional Inherited Members | |
![]() | |
static solver_abstract_rep< T, M > * | make_solver_ptr (const csr< T, M > &a, const solver_option &opt) |
Definition at line 44 of file solver_cholmod.h.
Definition at line 45 of file solver_cholmod.h.
typedef base::determinant_type determinant_type |
Definition at line 46 of file solver_cholmod.h.
|
explicit |
Definition at line 74 of file solver_cholmod.h.
solver_cholmod_rep | ( | const solver_cholmod_rep< T, M > & | x | ) |
Definition at line 84 of file solver_cholmod.h.
|
virtual |
Reimplemented from solver_abstract_rep< T, M >.
Definition at line 96 of file solver_cholmod.h.
Reimplemented from solver_abstract_rep< T, M >.
Definition at line 35 of file solver_cholmod.cc.
Reimplemented from solver_abstract_rep< T, M >.
Definition at line 54 of file solver_cholmod.h.
Reimplemented from solver_abstract_rep< T, M >.
Definition at line 81 of file solver_cholmod.cc.
Reimplemented from solver_abstract_rep< T, M >.
Definition at line 69 of file solver_cholmod.cc.
|
virtual |
Reimplemented from solver_abstract_rep< T, M >.
Definition at line 60 of file solver_cholmod.h.
|
protected |
Definition at line 66 of file solver_cholmod.h.
|
protected |
Definition at line 67 of file solver_cholmod.h.