|
|
using | decomp_method = Eigen::SimplicialLDLT< Eigen::SparseMatrix< T, Eigen::ColMajor >, Eigen::Upper > |
| |
|
|
bool | analyze_pattern (const Eigen::SparseMatrix< T, Eigen::ColMajor > &matrix) |
| |
|
bool | factorize (const Eigen::SparseMatrix< T, Eigen::ColMajor > &matrix) |
| |
|
bool | solve (const VecMap< T > &b, VecMap< T > &x) |
| |
|
|
Decomp< decomp_method > | decomp |
| |
The documentation for this class was generated from the following file: