Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D

Packages that use WrapperObjectMatrix2D
cern.colt.matrix.tobject.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type. 
 

Uses of WrapperObjectMatrix2D in cern.colt.matrix.tobject.impl
 

Subclasses of WrapperObjectMatrix2D in cern.colt.matrix.tobject.impl
 class DenseLargeObjectMatrix2D
          Dense 2-d matrix holding Object elements.
 class DiagonalObjectMatrix2D
          Diagonal 2-d matrix holding Object elements.
 class SparseCCMObjectMatrix2D
          Sparse column-compressed-modified 2-d matrix holding Object elements.
 class SparseCCObjectMatrix2D
          Sparse column-compressed 2-d matrix holding Object elements.
 class SparseRCMObjectMatrix2D
          Sparse row-compressed-modified 2-d matrix holding Object elements.
 class SparseRCObjectMatrix2D
          Sparse row-compressed 2-d matrix holding Object elements.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage