Parallel Colt 0.7.2

Uses of Package
cern.colt.matrix.tint

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

Classes in cern.colt.matrix.tint used by cern.colt.matrix.tint
IntFactory1D
          Factory for convenient construction of 1-d matrices holding int cells.
IntFactory2D
          Factory for convenient construction of 2-d matrices holding int cells.
IntFactory3D
          Factory for convenient construction of 3-d matrices holding int cells.
IntMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding int elements.
IntMatrix1DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
IntMatrix2D
          Abstract base class for 2-d matrices holding int elements.
IntMatrix2DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
IntMatrix3D
          Abstract base class for 3-d matrices holding int elements.
 

Classes in cern.colt.matrix.tint used by cern.colt.matrix.tint.algo
IntMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding int elements.
IntMatrix2D
          Abstract base class for 2-d matrices holding int elements.
IntMatrix3D
          Abstract base class for 3-d matrices holding int elements.
 

Classes in cern.colt.matrix.tint used by cern.colt.matrix.tint.impl
IntMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding int elements.
IntMatrix2D
          Abstract base class for 2-d matrices holding int elements.
IntMatrix3D
          Abstract base class for 3-d matrices holding int elements.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage