T - the type of the field elementspublic interface FieldMatrixDecomposer<T extends FieldElement<T>>
| Modifier and Type | Method and Description |
|---|---|
FieldDecompositionSolver<T> |
decompose(FieldMatrix<T> a)
Get a solver for finding the A × X = B solution in least square sense.
|
FieldDecompositionSolver<T> decompose(FieldMatrix<T> a) throws MathIllegalArgumentException
a - coefficient matrix A to decomposeMathIllegalArgumentException - if decomposition failsCopyright © 2016-2022 CS GROUP. All rights reserved.