Home | History | Annotate | Download | only in SparseCholesky

Lines Matching full:sparse

61   * \brief A direct sparse Cholesky factorizations
63 * These classes provide LL^T and LDL^T Cholesky factorizations of sparse matrices that are
65 * X and B can be either dense or sparse.
70 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
225 // we process the sparse rhs per block of NbColsAtOnce columns temporarily stored into a dense matrix.
243 /** Computes the sparse Cholesky decomposition of \a matrix */
346 * \brief A direct sparse LLT Cholesky factorizations
348 * This class provides a LL^T Cholesky factorizations of sparse matrices that are
350 * X and B can be either dense or sparse.
355 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
395 /** Computes the sparse Cholesky decomposition of \a matrix */
434 sparse LDLT Cholesky factorizations without square root.
436 * This class provides a LDL^T Cholesky factorizations without square root of sparse matrices that are
438 * X and B can be either dense or sparse.
443 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
489 /** Computes the sparse Cholesky decomposition of \a matrix */
581 /** Computes the sparse Cholesky decomposition of \a matrix */
790 /* compute numerical values kth row of L (a sparse triangular solve) */