Package org.flag4j.linalg.decompositions.chol


package org.flag4j.linalg.decompositions.chol
  • Classes
    Class
    Description
    Cholesky<T extends MatrixMixin<T,?,?,?>>
    This abstract class specifies methods for computing the Cholesky decomposition of a positive-definite matrix.
    An instance of this class allows for the computation of a Cholesky decomposition of a complex Hermitian positive-definite matrix.
    An instance of this class allows for the computation of a Cholesky decomposition for a real dense matrix.