Uses of Interface
cern.colt.matrix.doublealgo.DoubleMatrix1DComparator
-
Packages that use DoubleMatrix1DComparator Package Description cern.colt.matrix.doublealgo 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 DoubleMatrix1DComparator Modifier and Type Method Description DoubleMatrix2D
Sorting. sort(DoubleMatrix2D matrix, DoubleMatrix1DComparator c)
Sorts the matrix rows according to the order induced by the specified comparator.
-