Create the Cholesky factorization of a symmetric positive definite matrix of type double.
double square matrix to be factored. | Exception Type | Condition |
|---|---|
| SingularMatrixException | is thrown when the input matrix a is singular |
| NotSPDException | is thrown when the input matrix is not symmetric, positive definite. |
Cholesky Class | Imsl.Math Namespace