Interface QRSparseDecomposition<T extends Matrix>
- All Superinterfaces:
DecompositionInterface<T>
,DecompositionSparseInterface<T>
,QRDecomposition<T>
- All Known Implementing Classes:
QrLeftLookingDecomposition_DSCC
,QrLeftLookingDecomposition_FSCC
public interface QRSparseDecomposition<T extends Matrix>
extends QRDecomposition<T>, DecompositionSparseInterface<T>
Sparse QRDecomposition
-
Method Summary
Methods inherited from interface org.ejml.interfaces.decomposition.DecompositionInterface
decompose, inputModified
Methods inherited from interface org.ejml.interfaces.decomposition.DecompositionSparseInterface
isStructureLocked, setStructureLocked
Methods inherited from interface org.ejml.interfaces.decomposition.QRDecomposition
getQ, getR