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