Uses of Class
cern.colt.matrix.linalg.QRDecomposition
Packages that use QRDecomposition
Package
Description
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D
.-
Uses of QRDecomposition in cern.colt.matrix.linalg
Methods in cern.colt.matrix.linalg that return QRDecompositionModifier and TypeMethodDescriptionprivate QRDecomposition
Algebra.qr
(DoubleMatrix2D matrix) Constructs and returns the QR-decomposition of the given matrix.