Parallel Colt 0.9.4

Package cern.colt.matrix.tlong

Matrix interfaces and factories holding elements of long data type.

See:
          Description

Interface Summary
LongMatrix1DProcedure Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix2DProcedure Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix3DProcedure Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
 

Class Summary
LongFactory1D Factory for convenient construction of 1-d matrices holding int cells.
LongFactory2D Factory for convenient construction of 2-d matrices holding int cells.
LongFactory3D Factory for convenient construction of 3-d matrices holding int cells.
LongMatrix1D Abstract base class for 1-d matrices (aka vectors) holding int elements.
LongMatrix2D Abstract base class for 2-d matrices holding int elements.
LongMatrix3D Abstract base class for 3-d matrices holding int elements.
 

Package cern.colt.matrix.tlong Description

Matrix interfaces and factories holding elements of long data type.


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage