Parallel Colt 0.9.4

Uses of Package
cern.colt.matrix.tint.impl

Packages that use cern.colt.matrix.tint.impl
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.impl used by cern.colt.matrix.tint.impl
DenseIntMatrix2D
          Dense 2-d matrix holding int elements.
SparseCCIntMatrix2D
          Sparse column-compressed 2-d matrix holding int elements.
SparseCCMIntMatrix2D
          Sparse column-compressed-modified 2-d matrix holding int elements.
SparseIntMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding int elements.
SparseIntMatrix2D
          Sparse hashed 2-d matrix holding int elements.
SparseRCIntMatrix2D
          Sparse row-compressed 2-d matrix holding int elements.
SparseRCMIntMatrix2D
          Sparse row-compressed-modified 2-d matrix holding int elements.
WrapperIntMatrix2D
          2-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperIntMatrix3D
          3-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage