Uses of Class
org.tribuo.math.la.DenseMatrix.CholeskyFactorization
Package
Description
Provides a linear algebra system used for numerical operations in Tribuo.
-
Uses of DenseMatrix.CholeskyFactorization in org.tribuo.math.la
Modifier and TypeMethodDescriptionDenseMatrix.choleskyFactorization()
Computes the Cholesky factorization of a positive definite matrix.