Package cern.colt.matrix.objectalgo


package cern.colt.matrix.objectalgo
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
  • Class
    Description
    Flexible, well human readable matrix print formatting.
    A comparison function which imposes a total ordering on some collection of elements.
    A comparison function which imposes a total ordering on some collection of elements.
    Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
    Matrix quicksorts and mergesorts.