T
- the type of the field elementspublic class FieldQRDecomposer<T extends CalculusFieldElement<T>> extends Object implements FieldMatrixDecomposer<T>
Constructor and Description |
---|
FieldQRDecomposer(T singularityThreshold)
Creates a QR decomposer with specify threshold for several matrices.
|
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.
|
public FieldQRDecomposer(T singularityThreshold)
singularityThreshold
- threshold (based on partial row norm)
under which a matrix is considered singularpublic FieldDecompositionSolver<T> decompose(FieldMatrix<T> a)
decompose
in interface FieldMatrixDecomposer<T extends CalculusFieldElement<T>>
a
- coefficient matrix A to decomposeCopyright © 2016-2022 CS GROUP. All rights reserved.