Uses of Package
cern.colt.matrix.impl

Packages that use cern.colt.matrix.impl
Package
Description
Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3 and d-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes.
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of cern.colt.matrix, without subsetting or supersetting.
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
Reference implementation of the AIDA histogram interfaces.
  • Class
    Description
    Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.
    Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
    Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
    Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.
  • Class
    Description
    Abstract base class for flexible, well human readable matrix print formatting.
    Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
    Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
    Formats a double into a string (like sprintf in C).
  • Class
    Description
    Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.
    Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
    Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
    Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.
    Formats a double into a string (like sprintf in C).
    Factory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.
    1-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
    2-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
  • Class
    Description
    Abstract base class for flexible, well human readable matrix print formatting.
    Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
    Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
    Formats a double into a string (like sprintf in C).
  • Class
    Description
    Formats a double into a string (like sprintf in C).