Package | Description |
---|---|
cern.colt.matrix.tobject.algo |
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
|
Modifier and Type | Method and Description |
---|---|
ObjectMatrix2D |
ObjectSorting.sort(ObjectMatrix2D matrix,
ObjectMatrix1DComparator c)
Sorts the matrix rows according to the order induced by the specified
comparator.
|
Jump to the Parallel Colt Homepage