Parallel Colt 0.7.2

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

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

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

Methods in cern.colt.matrix.tdouble.algo that return DoubleSingularValueDecompositionDC
 DoubleSingularValueDecompositionDC DoubleAlgebra.svdDC(DoubleMatrix2D matrix)
          Constructs and returns the SingularValue-decomposition of the given matrix.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage