This error may occur in the following situations:
- You have used the Cholesky method with
a matrix that is not a symmetric positive definite matrix.
To solve this problem
Use error trapping to detect whether the matrix is a
symmetric positive definite matrix while executing Cholesky
method.
See Also
Cholesky Method