Uses of Interface
cern.colt.matrix.objectalgo.ObjectMatrix1DComparator
-
Packages that use ObjectMatrix1DComparator Package Description cern.colt.matrix.objectalgo Object matrix algorithms such as print formatting, sorting, partitioning and statistics. -
-
Uses of ObjectMatrix1DComparator in cern.colt.matrix.objectalgo
Methods in cern.colt.matrix.objectalgo with parameters of type ObjectMatrix1DComparator Modifier and Type Method Description ObjectMatrix2D
Sorting. sort(ObjectMatrix2D matrix, ObjectMatrix1DComparator c)
Sorts the matrix rows according to the order induced by the specified comparator.
-