Uses of Interface
org.apache.commons.math3.linear.FieldDecompositionSolver
Packages that use FieldDecompositionSolver
-
Uses of FieldDecompositionSolver in org.apache.commons.math3.linear
Classes in org.apache.commons.math3.linear that implement FieldDecompositionSolverModifier and TypeClassDescriptionprivate static class
FieldLUDecomposition.Solver<T extends FieldElement<T>>
Specialized solver.Methods in org.apache.commons.math3.linear that return FieldDecompositionSolverModifier and TypeMethodDescriptionFieldLUDecomposition.getSolver()
Get a solver for finding the A × X = B solution in exact linear sense.