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