Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Method and 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-2021 CS GROUP. All rights reserved.