Uses of Interface
org.apache.commons.math3.linear.DecompositionSolver
Packages that use DecompositionSolver
-
Uses of DecompositionSolver in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear that return DecompositionSolverModifier and TypeMethodDescriptionCholeskyDecomposition.getSolver()
Get a solver for finding the A × X = B solution in least square sense.EigenDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense.LUDecomposition.getSolver()
Get a solver for finding the A × X = B solution in exact linear sense.QRDecomposition.getSolver()
Get a solver for finding the A × X = B solution in least square sense.RRQRDecomposition.getSolver()
Get a solver for finding the A × X = B solution in least square sense.SingularValueDecomposition.getSolver()
Get a solver for finding the A × X = B solution in least square sense.