Uses of Class
org.tribuo.math.la.DenseMatrix.LUFactorization
Package
Description
Provides a linear algebra system used for numerical operations in Tribuo.
-
Uses of DenseMatrix.LUFactorization in org.tribuo.math.la
Modifier and TypeMethodDescriptionDenseMatrix.luFactorization()
Computes the LU factorization of a square matrix.