Uses of Class
org.flag4j.linalg.decompositions.chol.ComplexCholesky
Packages that use ComplexCholesky
Package
Description
Provides implementations of the Cholesky decomposition for real and complex matrices.
-
Uses of ComplexCholesky in org.flag4j.linalg.decompositions.chol
Methods in org.flag4j.linalg.decompositions.chol that return ComplexCholeskyModifier and TypeMethodDescriptionDecompose a matrix into \( A = LL^{H \) where \( L \) is a lower triangular matrix and \( L^{H} \) is the conjugate transpose of \( L \).