| Interface | Description |
|---|---|
| QrpSparseDecomposition<T extends org.ejml.data.Matrix> |
Similar to
QRDecomposition but it can handle the rank deficient case by
performing column pivots during the decomposition. |
| Class | Description |
|---|---|
| QrHelperFunctions_DSCC |
Functions used with a sparse QR decomposition
|
| QrLeftLookingDecomposition_DSCC |
Left-looking QR decomposition algorithm for sparse matrices.
|
| QrStructuralCounts_DSCC |
Determines the structure of the QR decomposition.
|