|  | 
| template<typename _StorageIndex > | 
| int | Eigen::internal::cm_factorize_p (cholmod_sparse *A, double beta[2], _StorageIndex *fset, std::size_t fsize, cholmod_factor *L, cholmod_common &Common) | 
|  | 
| template<> | 
| int | Eigen::internal::cm_factorize_p< SuiteSparse_long > (cholmod_sparse *A, double beta[2], SuiteSparse_long *fset, std::size_t fsize, cholmod_factor *L, cholmod_common &Common) | 
|  | 
| template<typename _StorageIndex > | 
| cholmod_dense * | Eigen::internal::cm_solve (int sys, cholmod_factor &L, cholmod_dense &B, cholmod_common &Common) | 
|  | 
| template<> | 
| cholmod_dense * | Eigen::internal::cm_solve< SuiteSparse_long > (int sys, cholmod_factor &L, cholmod_dense &B, cholmod_common &Common) | 
|  | 
| template<typename _StorageIndex > | 
| cholmod_sparse * | Eigen::internal::cm_spsolve (int sys, cholmod_factor &L, cholmod_sparse &B, cholmod_common &Common) | 
|  | 
| template<> | 
| cholmod_sparse * | Eigen::internal::cm_spsolve< SuiteSparse_long > (int sys, cholmod_factor &L, cholmod_sparse &B, cholmod_common &Common) | 
|  | 
| 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< const SparseMatrix< _Scalar, _Options, _Index >, UpLo > &mat) | 
|  | 
| template<typename _Scalar , int _Options, typename _Index > | 
| const cholmod_sparse | Eigen::viewAsCholmod (const SparseVector< _Scalar, _Options, _Index > &mat) | 
|  | 
| template<typename Derived > | 
| cholmod_dense | Eigen::viewAsCholmod (MatrixBase< Derived > &mat) | 
|  | 
| template<typename _Scalar , int _Options, typename _StorageIndex > | 
| cholmod_sparse | Eigen::viewAsCholmod (Ref< SparseMatrix< _Scalar, _Options, _StorageIndex > > mat) | 
|  | 
| template<typename Scalar , int Flags, typename StorageIndex > | 
| MappedSparseMatrix< Scalar, Flags, StorageIndex > | Eigen::viewAsEigen (cholmod_sparse &cm) | 
|  |