|
| 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 > |
| |
|
| 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) |
| |