Uses of Class
org.tribuo.math.la.DenseMatrix.LUFactorization
Packages that use DenseMatrix.LUFactorization
Package
Description
Provides a linear algebra system used for numerical operations in Tribuo.
-
Uses of DenseMatrix.LUFactorization in org.tribuo.math.la
Methods in org.tribuo.math.la that return types with arguments of type DenseMatrix.LUFactorizationModifier and TypeMethodDescriptionDenseMatrix.luFactorization()
Computes the LU factorization of a square matrix.