|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecompositionSolver | |
|---|---|
| org.apache.commons.math3.linear | Linear algebra support. |
| Uses of DecompositionSolver in org.apache.commons.math3.linear |
|---|
| Methods in org.apache.commons.math3.linear that return DecompositionSolver | |
|---|---|
DecompositionSolver |
EigenDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense. |
DecompositionSolver |
QRDecomposition.getSolver()
Get a solver for finding the A × X = B solution in least square sense. |
DecompositionSolver |
CholeskyDecomposition.getSolver()
Get a solver for finding the A × X = B solution in least square sense. |
DecompositionSolver |
SingularValueDecomposition.getSolver()
Get a solver for finding the A × X = B solution in least square sense. |
DecompositionSolver |
LUDecomposition.getSolver()
Get a solver for finding the A × X = B solution in exact linear sense. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||