Parallel Colt 0.9.4

Package cern.colt.matrix.tdouble.impl

Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type.

See:
          Description

Class Summary
DenseColumnDoubleMatrix2D Dense 2-d matrix holding double elements.
DenseDoubleMatrix1D Dense 1-d matrix (aka vector) holding double elements.
DenseDoubleMatrix2D Dense 2-d matrix holding double elements.
DenseDoubleMatrix3D Dense 3-d matrix holding double elements.
DenseLargeDoubleMatrix2D Dense 2-d matrix holding double elements.
DenseLargeDoubleMatrix3D Dense 3-d matrix holding double elements.
DiagonalDoubleMatrix2D Diagonal 2-d matrix holding double elements.
SparseCCDoubleMatrix2D Sparse column-compressed 2-d matrix holding double elements.
SparseCCMDoubleMatrix2D Sparse column-compressed-modified 2-d matrix holding double elements.
SparseDoubleMatrix1D Sparse hashed 1-d matrix (aka vector) holding double elements.
SparseDoubleMatrix2D Sparse hashed 2-d matrix holding double elements.
SparseDoubleMatrix3D Sparse hashed 3-d matrix holding double elements.
SparseRCDoubleMatrix2D Sparse row-compressed 2-d matrix holding double elements.
SparseRCMDoubleMatrix2D Sparse row-compressed-modified 2-d matrix holding double elements.
WrapperDoubleMatrix1D 1-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDoubleMatrix2D 2-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDoubleMatrix3D 3-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 

Package cern.colt.matrix.tdouble.impl Description

Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type.


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage