A direct Cholesky-like LDL^T factorization and solver based on Accelerate with only 1x1 pivots and no pivoting. More...
A direct Cholesky-like LDL^T factorization and solver based on Accelerate with only 1x1 pivots and no pivoting.
MatrixType_ | the type of the sparse matrix A, it must be a SparseMatrix<> |
UpLo_ | additional information about the matrix structure. Default is Lower. |