Uses of Interface
org.apache.commons.math.linear.FieldLUDecomposition
-
Packages that use FieldLUDecomposition Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of FieldLUDecomposition in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement FieldLUDecomposition Modifier and Type Class Description class
FieldLUDecompositionImpl<T extends FieldElement<T>>
Calculates the LUP-decomposition of a square matrix.
-