Package cern.colt.matrix

Interface Summary
DoubleMatrix1DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix2DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
Former Formats a double or complex (double[]) into a string (like sprintf in C).
ObjectMatrix1DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix2DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix3DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
 

Class Summary
AbstractFormatter Abstract base class for flexible, well human readable matrix print formatting.
AbstractMatrix Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.
AbstractMatrix1D Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
AbstractMatrix2D Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
AbstractMatrix3D Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.
DoubleFactory1D Factory for convenient construction of 1-d matrices holding double cells.
DoubleFactory2D Factory for convenient construction of 2-d matrices holding double cells.
DoubleFactory3D Factory for convenient construction of 3-d matrices holding double cells.
DoubleMatrix1D Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D Abstract base class for 2-d matrices holding double elements.
DoubleMatrix3D Abstract base class for 3-d matrices holding double elements.
FormerFactory Factory producing implementations of Former via method create(); Serves to isolate the interface of String formatting from the actual implementation.
ObjectFactory1D Factory for convenient construction of 1-d matrices holding Object cells.
ObjectFactory2D Factory for convenient construction of 2-d matrices holding Object cells.
ObjectFactory3D Factory for convenient construction of 3-d matrices holding Object cells.
ObjectMatrix1D Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix2D Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix3D Abstract base class for 3-d matrices holding Object elements.
 

Enum Summary
Norm Types of matrix norms.
Transpose Transpose enumeration
 



jHepWork 3.0 ©