Package com.imsl.test.example.math
Class CholeskyEx1
java.lang.Object
com.imsl.test.example.math.CholeskyEx1
Solves a system using Cholesky factorization.
This example uses the Cholesky factorization of \(A\) to solve \(Ax=b\) and to find the inverse, \( A^{-1}\).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CholeskyEx1
public CholeskyEx1()
-
-
Method Details
-
main
- Throws:
IMSLException
-