Parallel Colt 0.9.4

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

Packages that use cern.colt.matrix.tdcomplex.impl
cern.colt.matrix.tdcomplex.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type. 
cern.colt.matrix.tdouble.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. 
 

Classes in cern.colt.matrix.tdcomplex.impl used by cern.colt.matrix.tdcomplex.impl
DenseDComplexMatrix2D
          Dense 2-d matrix holding complex elements.
SparseCCDComplexMatrix2D
          Sparse column-compressed 2-d matrix holding complex elements.
SparseDComplexMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding complex elements.
SparseRCDComplexMatrix2D
          Sparse row-compressed 2-d matrix holding complex elements.
WrapperDComplexMatrix2D
          2-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDComplexMatrix3D
          3-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 

Classes in cern.colt.matrix.tdcomplex.impl used by cern.colt.matrix.tdouble.impl
DenseDComplexMatrix1D
          Dense 1-d matrix (aka vector) holding complex elements.
DenseDComplexMatrix2D
          Dense 2-d matrix holding complex elements.
DenseDComplexMatrix3D
          Dense 3-d matrix holding complex elements.
DenseLargeDComplexMatrix2D
          Dense 2-d matrix holding complex elements.
Implementation:
DenseLargeDComplexMatrix3D
          Dense 3-d matrix holding complex elements.
Implementation:
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage