Uses of Class
cern.colt.matrix.linalg.QRDecomposition
-
Packages that use QRDecomposition Package Description cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2D
andDoubleMatrix1D
. -
-
Uses of QRDecomposition in cern.colt.matrix.linalg
Methods in cern.colt.matrix.linalg that return QRDecomposition Modifier and Type Method Description private QRDecomposition
Algebra. qr(DoubleMatrix2D matrix)
Constructs and returns the QR-decomposition of the given matrix.
-