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