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 DiagonalScalar &offset, const DiagonalScalar &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 () |
| |