Uses of Interface
org.apache.commons.math.linear.QRDecomposition
-
Packages that use QRDecomposition Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of QRDecomposition in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement QRDecomposition Modifier and Type Class Description class
QRDecompositionImpl
Calculates the QR-decomposition of a matrix.
-