Parallel Colt 0.9.4

Package cern.colt.matrix.tfloat.impl

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

See:
          Description

Class Summary
DenseColumnFloatMatrix2D Dense 2-d matrix holding float elements.
DenseFloatMatrix1D Dense 1-d matrix (aka vector) holding float elements.
DenseFloatMatrix2D Dense 2-d matrix holding float elements.
DenseFloatMatrix3D Dense 3-d matrix holding float elements.
DenseLargeFloatMatrix2D Dense 2-d matrix holding float elements.
DenseLargeFloatMatrix3D Dense 3-d matrix holding float elements.
DiagonalFloatMatrix2D Diagonal 2-d matrix holding float elements.
SparseCCFloatMatrix2D Sparse column-compressed 2-d matrix holding float elements.
SparseCCMFloatMatrix2D Sparse column-compressed-modified 2-d matrix holding float elements.
SparseFloatMatrix1D Sparse hashed 1-d matrix (aka vector) holding float elements.
SparseFloatMatrix2D Sparse hashed 2-d matrix holding float elements.
SparseFloatMatrix3D Sparse hashed 3-d matrix holding float elements.
SparseRCFloatMatrix2D Sparse row-compressed 2-d matrix holding float elements.
SparseRCMFloatMatrix2D Sparse row-compressed-modified 2-d matrix holding float elements.
WrapperFloatMatrix1D 1-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFloatMatrix2D 2-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFloatMatrix3D 3-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 

Package cern.colt.matrix.tfloat.impl Description

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


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage