Uses of Package
org.flag4j.linalg.decompositions.chol
Packages that use org.flag4j.linalg.decompositions.chol
-
Classes in org.flag4j.linalg.decompositions.chol used by org.flag4j.linalg.decompositions.cholClassDescriptionThis 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
.