Uses of Interface
cern.colt.matrix.objectalgo.ObjectMatrix2DComparator
-
Packages that use ObjectMatrix2DComparator Package Description 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 Modifier and Type Method Description ObjectMatrix3D
Sorting. sort(ObjectMatrix3D matrix, ObjectMatrix2DComparator c)
Sorts the matrix slices according to the order induced by the specified comparator.
-