Parallel Colt 0.7.2

Uses of Interface
cern.colt.matrix.tdouble.algo.DoubleMatrix1DComparator

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

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

Methods in cern.colt.matrix.tdouble.algo with parameters of type DoubleMatrix1DComparator
 DoubleMatrix2D DoubleSorting.sort(DoubleMatrix2D matrix, DoubleMatrix1DComparator c)
          Sorts the matrix rows according to the order induced by the specified comparator.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage