Computes the numeric factorization of a sparse real symmetric positive definite matrix.
This method numerically 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:
Note that the symbolic factorization is not done if the symbolic factor has been supplied by the user through the SetSymbolicFactor
method.
Exception Type | Condition |
---|---|
NotSPDException | is thrown when the input matrix is not symmetric, positive definite. |
SparseCholesky Class | Imsl.Math Namespace