Uses of Interface
org.apache.commons.math4.legacy.field.linalg.FieldDecompositionSolver
-
Packages that use FieldDecompositionSolver Package Description org.apache.commons.math4.legacy.field.linalg Linear algebra defined in term of matrices whose entries are elements of afield
. -
-
Uses of FieldDecompositionSolver in org.apache.commons.math4.legacy.field.linalg
Methods in org.apache.commons.math4.legacy.field.linalg that return FieldDecompositionSolver Modifier and Type Method Description FieldDecompositionSolver<T>
FieldLUDecomposition. getSolver()
Creates a solver for finding the solutionX
of the linear system of equationsA X = B
.
-