Colt 1.2.0

Uses of Interface
cern.colt.matrix.doublealgo.DoubleMatrix1DComparator

Packages that use DoubleMatrix1DComparator
cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics. 
 

Uses of DoubleMatrix1DComparator in cern.colt.matrix.doublealgo
 

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


Colt 1.2.0

Jump to the Colt Homepage