Uses of Interface
org.apache.commons.math.linear.FieldDecompositionSolver
-
Packages that use FieldDecompositionSolver Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of FieldDecompositionSolver in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that return FieldDecompositionSolver Modifier and Type Method Description FieldDecompositionSolver<T>
FieldLUDecomposition. getSolver()
Get a solver for finding the A × X = B solution in exact linear sense.FieldDecompositionSolver<T>
FieldLUDecompositionImpl. getSolver()
Get a solver for finding the A × X = B solution in exact linear sense.
-