Interface QRSparseDecomposition<T extends Matrix>
-
- All Superinterfaces:
DecompositionInterface<T>,DecompositionSparseInterface<T>,QRDecomposition<T>
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
-
-