Parallel Colt 0.9.4

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

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

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

Methods in cern.colt.matrix.tdouble.algo that return SparseDoubleLUDecomposition
 SparseDoubleLUDecomposition SparseDoubleAlgebra.lu(DoubleMatrix2D matrix, int order)
          Constructs and returns the LU-decomposition of the given matrix.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage