Package cern.colt.matrix.doublealgo


package cern.colt.matrix.doublealgo
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
  • Class
    Description
    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.
    Flexible, well human readable matrix print formatting; By default decimal point aligned.
    Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
    Matrix quicksorts and mergesorts.
    Basic statistics operations on matrices.
    Interface that represents a function object: a function that takes two argument vectors and returns a single value.
    Stencil operations.
    Deprecated.