Parallel Colt 0.9.4

Uses of Package
cern.colt.matrix.tlong

Packages that use cern.colt.matrix.tlong
cern.colt.matrix.tlong Matrix interfaces and factories holding elements of long data type. 
cern.colt.matrix.tlong.algo Algorithms operating on long integer matrices. 
cern.colt.matrix.tlong.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type. 
 

Classes in cern.colt.matrix.tlong used by cern.colt.matrix.tlong
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.
LongMatrix1DProcedure
          Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix2D
          Abstract base class for 2-d matrices holding int elements.
LongMatrix2DProcedure
          Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix3D
          Abstract base class for 3-d matrices holding int elements.
 

Classes in cern.colt.matrix.tlong used by cern.colt.matrix.tlong.algo
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.
 

Classes in cern.colt.matrix.tlong used by cern.colt.matrix.tlong.impl
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.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage