Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.QR
-
Packages that use QR Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util -
-
Uses of QR in org.ujmp.core
Fields in org.ujmp.core declared as QR Modifier and Type Field Description static QR<Matrix>
Matrix. qr
-
Uses of QR in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as QR Modifier and Type Field Description static QR<Matrix>
QR. INSTANCE
static QR<Matrix>
QR. MATRIX
static QR<Matrix>
QR. MATRIXLARGEMULTITHREADED
static QR<Matrix>
QR. MATRIXLARGESINGLETHREADED
static QR<Matrix>
QR. MATRIXSMALLMULTITHREADED
static QR<Matrix>
QR. MATRIXSMALLSINGLETHREADED
static QR<Matrix>
QR. UJMP
-
Uses of QR in org.ujmp.core.util
Fields in org.ujmp.core.util declared as QR Modifier and Type Field Description static QR<Matrix>
DecompositionOps. QR_EJML
static QR<Matrix>
DecompositionOps. QR_MTJ
static QR<Matrix>
DecompositionOps. QR_OJALGO
static QR<Matrix>
DecompositionOps. QR_UJMP
-