Lines Matching refs:SparseMatrix
52 cholmod_sparse viewAsCholmod(SparseMatrix<_Scalar,_Options,_Index>& mat)
54 typedef SparseMatrix<_Scalar,_Options,_Index> MatrixType;
94 const cholmod_sparse viewAsCholmod(const SparseMatrix<_Scalar,_Options,_Index>& mat)
103 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat)
305 void _solve(const SparseMatrix<RhsScalar,RhsOptions,RhsIndex> &b, SparseMatrix<DestScalar,DestOptions,DestIndex> &dest) const
347 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
351 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
394 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
398 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
439 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
443 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
486 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
490 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.