Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Method | Description |
---|---|---|
FieldDecompositionSolver<T> |
FieldLUDecomposition.getSolver() |
Get a solver for finding the A × X = B solution in exact linear sense.
|
FieldDecompositionSolver<T> |
FieldQRDecomposition.getSolver() |
Get a solver for finding the A × X = B solution in least square sense.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.