Class CholeskyEx1

java.lang.Object
com.imsl.test.example.math.CholeskyEx1

public class CholeskyEx1 extends Object

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}\).
See Also:
  • Constructor Details

    • CholeskyEx1

      public CholeskyEx1()
  • Method Details