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