Lines Matching full:sparse
21 * \brief A direct sparse Cholesky factorizations
23 * These classes provide LL^T and LDL^T Cholesky factorizations of sparse matrices that are
25 * X and B can be either dense or sparse.
30 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
183 /** Computes the sparse Cholesky decomposition of \a matrix */
289 * \brief A direct sparse LLT Cholesky factorizations
291 * This class provides a LL^T Cholesky factorizations of sparse matrices that are
293 * X and B can be either dense or sparse.
298 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
339 /** Computes the sparse Cholesky decomposition of \a matrix */
378 * \brief A direct sparse LDLT Cholesky factorizations without square root.
380 * This class provides a LDL^T Cholesky factorizations without square root of sparse matrices that are
382 * X and B can be either dense or sparse.
387 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
434 /** Computes the sparse Cholesky decomposition of \a matrix */
526 /** Computes the sparse Cholesky decomposition of \a matrix */