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