Colt 1.2.0

Uses of Interface
cern.colt.matrix.objectalgo.ObjectMatrix2DComparator

Packages that use ObjectMatrix2DComparator
cern.colt.matrix.objectalgo Object matrix algorithms such as print formatting, sorting, partitioning and statistics. 
 

Uses of ObjectMatrix2DComparator in cern.colt.matrix.objectalgo
 

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


Colt 1.2.0

Jump to the Colt Homepage