Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition

Packages that use DenseDoubleQRDecomposition
cern.colt.matrix.tdouble.algo Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
 

Uses of DenseDoubleQRDecomposition in cern.colt.matrix.tdouble.algo
 

Methods in cern.colt.matrix.tdouble.algo that return DenseDoubleQRDecomposition
 DenseDoubleQRDecomposition DenseDoubleAlgebra.qr(DoubleMatrix2D matrix)
          Constructs and returns the QR-decomposition of the given matrix.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage