Parallel Colt 0.7.2

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

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

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

Methods in cern.colt.matrix.tdouble.algo that return DoubleLUDecomposition
 DoubleLUDecomposition DoubleAlgebra.lu(DoubleMatrix2D matrix)
          Constructs and returns the LU-decomposition of the given matrix.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage