Uses of Interface
org.tribuo.math.la.Matrix.Factorization
Packages that use Matrix.Factorization
Package
Description
Provides a linear algebra system used for numerical operations in Tribuo.
-
Uses of Matrix.Factorization in org.tribuo.math.la
Classes in org.tribuo.math.la that implement Matrix.FactorizationModifier and TypeClassDescriptionstatic final class
The output of a successful Cholesky factorization.static final class
The output of a successful eigen decomposition.static final class
The output of a successful LU factorization.