Package org.flag4j.linalg.decompositions.chol
package org.flag4j.linalg.decompositions.chol
-
ClassDescriptionThis abstract class specifies methods for computing the Cholesky decomposition of a positive-definite matrix.This abstract class specifies methods for computing the Cholesky decomposition of a hermitian positive-definite matrix.An instance of this class allows for the computation of a Cholesky decomposition for a real dense
matrix
.