Uses of Interface
org.ejml.interfaces.decomposition.QRPDecomposition
Packages that use QRPDecomposition
-
Uses of QRPDecomposition in org.ejml.dense.row.decomposition.qr
Classes in org.ejml.dense.row.decomposition.qr that implement QRPDecompositionModifier and TypeClassDescriptionclass
Performs QR decomposition with column pivoting.class
Performs QR decomposition with column pivoting. -
Uses of QRPDecomposition in org.ejml.interfaces.decomposition
Subinterfaces of QRPDecomposition in org.ejml.interfaces.decompositionModifier and TypeInterfaceDescriptioninterface
QRPDecomposition_F32<T extends Matrix>
Implementation ofQRPDecomposition
for 32-bit floatsinterface
QRPDecomposition_F64<T extends Matrix>
Implementation ofQRPDecomposition
for 64-bit floats