| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.linear |
| Modifier and Type | Method and Description |
|---|---|
DecompositionSolver |
UDDecompositionImpl.getSolver() |
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 |
QRDecomposition.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 |
EigenDecomposition.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 |
CholeskyDecomposition.getSolver()
Gets a solver for finding the A × X = B solution in exact linear sense.
|
Copyright © 2025 CNES. All rights reserved.