Uses of Package
cern.colt.matrix.impl
-
Packages that use cern.colt.matrix.impl Package Description cern.colt.matrix 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.cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics.cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix
, without subsetting or supersetting.cern.colt.matrix.objectalgo Object matrix algorithms such as print formatting, sorting, partitioning and statistics.hep.aida.ref Reference implementation of the AIDA histogram interfaces. -
Classes in cern.colt.matrix.impl used by cern.colt.matrix Class Description AbstractMatrix Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such asint
,float
, etc.AbstractMatrix1D Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such asint
,double
, etc.AbstractMatrix2D Abstract base class for 2-d matrices holding objects or primitive data types such asint
,double
, etc.AbstractMatrix3D 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.doublealgo Class Description AbstractFormatter Abstract base class for flexible, well human readable matrix print formatting.AbstractMatrix1D Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such asint
,double
, etc.AbstractMatrix2D Abstract base class for 2-d matrices holding objects or primitive data types such asint
,double
, etc.Former Formats a double into a string (like sprintf in C). -
Classes in cern.colt.matrix.impl used by cern.colt.matrix.impl Class Description AbstractMatrix Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such asint
,float
, etc.AbstractMatrix1D Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such asint
,double
, etc.AbstractMatrix2D Abstract base class for 2-d matrices holding objects or primitive data types such asint
,double
, etc.AbstractMatrix3D Abstract base class for 3-d matrices holding objects or primitive data types such asint
,double
, etc.Former Formats a double into a string (like sprintf in C).FormerFactory Factory producing implementations ofFormer
via method create(); Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.WrapperDoubleMatrix1D 1-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.WrapperDoubleMatrix2D 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.objectalgo Class Description AbstractFormatter Abstract base class for flexible, well human readable matrix print formatting.AbstractMatrix1D Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such asint
,double
, etc.AbstractMatrix2D Abstract base class for 2-d matrices holding objects or primitive data types such asint
,double
, etc.Former Formats a double into a string (like sprintf in C). -
Classes in cern.colt.matrix.impl used by hep.aida.ref Class Description Former Formats a double into a string (like sprintf in C).