Uses of Interface
cern.colt.matrix.doublealgo.DoubleMatrix2DComparator
Packages that use DoubleMatrix2DComparator
Package
Description
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
-
Uses of DoubleMatrix2DComparator in cern.colt.matrix.doublealgo
Methods in cern.colt.matrix.doublealgo with parameters of type DoubleMatrix2DComparatorModifier and TypeMethodDescriptionSorting.sort
(DoubleMatrix3D matrix, DoubleMatrix2DComparator c) Sorts the matrix slices according to the order induced by the specified comparator.