template<typename _MatrixType, int _UpLo, typename _Ordering>
class Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >
- See also
- class SimplicialLDLT, class SimplicialLLT
|
| void | analyzePattern (const MatrixType &a) |
| |
| SimplicialCholesky & | compute (const MatrixType &matrix) |
| |
| void | factorize (const MatrixType &a) |
| |
| ComputationInfo | info () const |
| | Reports whether previous computation was successful.
|
| |
| const PermutationMatrix< Dynamic, Dynamic, StorageIndex > & | permutationP () const |
| |
| const PermutationMatrix< Dynamic, Dynamic, StorageIndex > & | permutationPinv () const |
| |
| SimplicialCholesky< _MatrixType, _UpLo, _Ordering > & | setShift (const RealScalar &offset, const RealScalar &scale=1) |
| |
| | SimplicialCholeskyBase () |
| |
| const Solve< SimplicialCholesky< _MatrixType, _UpLo, _Ordering >, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| |
| const Solve< SimplicialCholesky< _MatrixType, _UpLo, _Ordering >, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
| |
| | SparseSolverBase () |
| |