Class CholeskyDecompositionImpl

  • All Implemented Interfaces:
    CholeskyDecomposition

    public class CholeskyDecompositionImpl
    extends Object
    implements CholeskyDecomposition
    Calculates the Cholesky decomposition of a matrix.

    The Cholesky decomposition of a real symmetric positive-definite matrix A consists of a lower triangular matrix L with same size that satisfy: A = LLTQ = I). In a sense, this is the square root of A.

    Since:
    2.0
    See Also:
    MathWorld, Wikipedia