| Package | Description |
|---|---|
| org.apache.commons.math3.linear |
Linear algebra support.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
FieldLUDecomposition.Solver<T extends FieldElement<T>>
Specialized solver.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDecompositionSolver<T> |
FieldLUDecomposition.getSolver()
Get a solver for finding the A × X = B solution in exact linear sense.
|