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, inputModifiedMethods inherited from interface org.ejml.interfaces.decomposition.DecompositionSparseInterface
isStructureLocked, setStructureLockedMethods inherited from interface org.ejml.interfaces.decomposition.QRDecomposition
getQ, getR