Computes the symbolic factorization of a sparse real symmetric positive definite matrix.
This method symbolically factors the instance of the constructed matrix A, where A is of type SparseMatrix and is symmetric positive definite. The factorization is obtained in several steps:
| Exception Type | Condition |
|---|---|
| NotSPDException | is thrown when the input matrix is not symmetric, positive definite. |
SparseCholesky Class | Imsl.Math Namespace