Colt 1.2.0

Package cern.colt.matrix.objectalgo

Object matrix algorithms such as print formatting, sorting, partitioning and statistics.

See:
          Description

Interface Summary
ObjectMatrix1DComparator A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix2DComparator A comparison function which imposes a total ordering on some collection of elements.
 

Class Summary
Formatter Flexible, well human readable matrix print formatting.
Partitioning Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
Sorting Matrix quicksorts and mergesorts.
 

Package cern.colt.matrix.objectalgo Description

Object matrix algorithms such as print formatting, sorting, partitioning and statistics.


Colt 1.2.0

Jump to the Colt Homepage