Colt 1.2.0

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

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

Uses of DoubleMatrix2DComparator in cern.colt.matrix.doublealgo
 

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


Colt 1.2.0

Jump to the Colt Homepage