Uses of Package
cern.colt.matrix
Packages that use cern.colt.matrix
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.
Matrix benchmarks.
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.Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D.Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
-
Classes in cern.colt.matrix used by cern.colt.matrixClassDescriptionFactory for convenient construction of 1-d matrices holding double cells.Factory for convenient construction of 2-d matrices holding double cells.Factory for convenient construction of 3-d matrices holding double cells.Abstract base class for 1-d matrices (aka vectors) holding double elements.Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.Abstract base class for 2-d matrices holding double elements.Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.Abstract base class for 3-d matrices holding double elements.Factory for convenient construction of 1-d matrices holding Object cells.Factory for convenient construction of 2-d matrices holding Object cells.Factory for convenient construction of 3-d matrices holding Object cells.Abstract base class for 1-d matrices (aka vectors) holding Object elements.Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.Abstract base class for 2-d matrices holding Object elements.Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.Abstract base class for 3-d matrices holding Object elements.
-
Classes in cern.colt.matrix used by cern.colt.matrix.benchClassDescriptionFactory for convenient construction of 2-d matrices holding double cells.Abstract base class for 2-d matrices holding double elements.
-
Classes in cern.colt.matrix used by cern.colt.matrix.doublealgoClassDescriptionAbstract base class for 1-d matrices (aka vectors) holding double elements.Abstract base class for 2-d matrices holding double elements.Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.Abstract base class for 3-d matrices holding double elements.Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
-
Classes in cern.colt.matrix used by cern.colt.matrix.implClassDescriptionFactory for convenient construction of 1-d matrices holding double cells.Factory for convenient construction of 2-d matrices holding double cells.Abstract base class for 1-d matrices (aka vectors) holding double elements.Abstract base class for 2-d matrices holding double elements.Abstract base class for 3-d matrices holding double elements.Abstract base class for 1-d matrices (aka vectors) holding Object elements.Abstract base class for 2-d matrices holding Object elements.Abstract base class for 3-d matrices holding Object elements.
-
Classes in cern.colt.matrix used by cern.colt.matrix.linalgClassDescriptionAbstract base class for 1-d matrices (aka vectors) holding double elements.Abstract base class for 2-d matrices holding double elements.Abstract base class for 3-d matrices holding double elements.
-
Classes in cern.colt.matrix used by cern.colt.matrix.objectalgoClassDescriptionAbstract base class for 1-d matrices (aka vectors) holding Object elements.Abstract base class for 2-d matrices holding Object elements.Abstract base class for 3-d matrices holding Object elements.