ml-matrix
    Preparing search index...

    Class CholeskyDecomposition

    The Cholesky decomposition of a matrix. Given a matrix A, the Cholesky Decomposition of A is L such that A = (L)(L.transpose). Only works for symmetric, positive definite matrix A.

    Index

    Constructors

    Properties

    lowerTriangularMatrix: Matrix

    A lower triangular matrix L such that A=(L)(L.transpose) This will ONLY be the case if A is positive-definite.

    Methods

    • true if A is positive definite (and therefore we could perform the decomposition)

      Returns boolean