Uses of Class
org.apache.commons.math4.linear.QRDecomposition
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of QRDecomposition in org.apache.commons.math4.linear
Subclasses of QRDecomposition in org.apache.commons.math4.linear Modifier and Type Class Description classRRQRDecompositionCalculates the rank-revealing QR-decomposition of a matrix, with column pivoting.