Colt 1.0.1

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
static DoubleMatrix2D quickSort(DoubleMatrix2D matrix, DoubleMatrix1DComparator c)
          Sorts the matrix rows according to the order induced by the specified comparator.
 


Colt 1.0.1

Submit a bug or feature. Check the Colt home page for the latest news.