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.
-
Classes in cern.colt.matrix.impl used by cern.colt.matrixClassDescriptionAbstract 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 asint
,double
, etc.Abstract base class for 2-d matrices holding objects or primitive data types such asint
,double
, etc.Abstract base class for 3-d matrices holding objects or primitive data types such asint
,double
, etc. -
Classes in cern.colt.matrix.impl used by cern.colt.matrix.doublealgoClassDescriptionAbstract 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 asint
,double
, etc.Formats a double into a string (like sprintf in C). -
Classes in cern.colt.matrix.impl used by cern.colt.matrix.implClassDescriptionAbstract 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 asint
,double
, etc.Abstract base class for 2-d matrices holding objects or primitive data types such asint
,double
, etc.Abstract base class for 3-d matrices holding objects or primitive data types such asint
,double
, etc.Formats a double into a string (like sprintf in C).Factory producing implementations ofFormer
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. -
Classes in cern.colt.matrix.impl used by cern.colt.matrix.objectalgoClassDescriptionAbstract 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 asint
,double
, etc.Formats a double into a string (like sprintf in C). -
Classes in cern.colt.matrix.impl used by hep.aida.ref