Uses of Interface
org.apache.commons.math.linear.LUDecomposition
-
Packages that use LUDecomposition Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of LUDecomposition in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement LUDecomposition Modifier and Type Class Description class
LUDecompositionImpl
Calculates the LUP-decomposition of a square matrix.
-