|
| template<typename Scalar_ , int Options_, typename StorageIndex_ > |
| cholmod_sparse | Eigen::viewAsCholmod (Ref< SparseMatrix< Scalar_, Options_, StorageIndex_ > > 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_ > |
| const cholmod_sparse | Eigen::viewAsCholmod (const SparseVector< 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 Derived > |
| cholmod_dense | Eigen::viewAsCholmod (MatrixBase< Derived > &mat) |
| |
| template<typename Scalar , typename StorageIndex > |
| Map< const SparseMatrix< Scalar, ColMajor, StorageIndex > > | Eigen::viewAsEigen (cholmod_sparse &cm) |
| |
| template<typename Scalar , typename StorageIndex > |
| Map< const SparseMatrix< Scalar, ColMajor, StorageIndex > > | Eigen::viewAsEigen (cholmod_factor &cm) |
| |
| 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 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) |
| |