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