Go to the source code of this file.
Classes | |
| class | CholmodBase< _MatrixType, _UpLo, Derived > |
| The base class for the direct Cholesky factorization of Cholmod. More... | |
| class | CholmodDecomposition< _MatrixType, _UpLo > |
| A general Cholesky factorization and solver based on Cholmod. More... | |
| class | CholmodSimplicialLDLT< _MatrixType, _UpLo > |
| A simplicial direct Cholesky (LDLT) factorization and solver based on Cholmod. More... | |
| class | CholmodSimplicialLLT< _MatrixType, _UpLo > |
| A simplicial direct Cholesky (LLT) factorization and solver based on Cholmod. More... | |
| class | CholmodSupernodalLLT< _MatrixType, _UpLo > |
| A supernodal Cholesky (LLT) factorization and solver based on Cholmod. More... | |
Namespaces | |
| namespace | Eigen |
| Namespace containing all symbols from the Eigen library. | |
| namespace | Eigen::internal |
Enumerations | |
| enum | CholmodMode { CholmodAuto, CholmodSimplicialLLt, CholmodSupernodalLLt, CholmodLDLt } |
Functions | |
| template<typename Scalar , typename CholmodType > | |
| void | cholmod_configure_matrix (CholmodType &mat) |
| template<typename _Scalar , int _Options, typename _Index > | |
| cholmod_sparse | viewAsCholmod (SparseMatrix< _Scalar, _Options, _Index > &mat) |
| template<typename _Scalar , int _Options, typename _Index > | |
| const cholmod_sparse | viewAsCholmod (const SparseMatrix< _Scalar, _Options, _Index > &mat) |
| template<typename _Scalar , int _Options, typename _Index , unsigned int UpLo> | |
| cholmod_sparse | viewAsCholmod (const SparseSelfAdjointView< SparseMatrix< _Scalar, _Options, _Index >, UpLo > &mat) |
| template<typename Derived > | |
| cholmod_dense | viewAsCholmod (MatrixBase< Derived > &mat) |
| template<typename Scalar , int Flags, typename Index > | |
| MappedSparseMatrix< Scalar, Flags, Index > | viewAsEigen (cholmod_sparse &cm) |
1.8.1.1