Uses of Class
org.apache.commons.math4.legacy.linear.QRDecomposition
-
Packages that use QRDecomposition Package Description org.apache.commons.math4.legacy.linear Linear algebra support. -
-
Uses of QRDecomposition in org.apache.commons.math4.legacy.linear
Subclasses of QRDecomposition in org.apache.commons.math4.legacy.linear Modifier and Type Class Description class
RRQRDecomposition
Calculates the rank-revealing QR-decomposition of a matrix, with column pivoting.
-