Package | Description |
---|---|
fr.cnes.sirius.patrius.math.linear |
Modifier and Type | Method and Description |
---|---|
DecompositionSolver |
QRDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense.
|
DecompositionSolver |
UDDecomposition.getSolver()
Get a solver of the linear equation A × X = B for matrices A.
|
DecompositionSolver |
SingularValueDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense.
|
DecompositionSolver |
EigenDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact
linear sense.
|
DecompositionSolver |
LUDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense.
|
DecompositionSolver |
Decomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense.
|
DecompositionSolver |
UDDecompositionImpl.getSolver() |
DecompositionSolver |
CholeskyDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense.
|
Copyright © 2021 CNES. All rights reserved.