Interface QRPDecomposition_F64<T extends Matrix>
-
- All Superinterfaces:
DecompositionInterface<T>,QRDecomposition<T>,QRPDecomposition<T>
public interface QRPDecomposition_F64<T extends Matrix> extends QRPDecomposition<T>
Implementation of
QRPDecompositionfor 64-bit floats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSingularThreshold(double threshold)Specifies the threshold used to flag a column as being singular.-
Methods inherited from interface org.ejml.interfaces.decomposition.DecompositionInterface
decompose, inputModified
-
Methods inherited from interface org.ejml.interfaces.decomposition.QRDecomposition
getQ, getR
-
Methods inherited from interface org.ejml.interfaces.decomposition.QRPDecomposition
getColPivotMatrix, getColPivots, getRank
-
-