| Package | Description | 
|---|---|
| cern.colt.matrix.tfloat.impl | 
 Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DenseLargeFloatMatrix2D
Dense 2-d matrix holding float elements. 
 | 
class  | 
DiagonalFloatMatrix2D
Diagonal 2-d matrix holding float elements. 
 | 
class  | 
SparseCCFloatMatrix2D
Sparse column-compressed 2-d matrix holding float elements. 
 | 
class  | 
SparseCCMFloatMatrix2D
Sparse column-compressed-modified 2-d matrix holding float elements. 
 | 
class  | 
SparseRCFloatMatrix2D
Sparse row-compressed 2-d matrix holding float elements. 
 | 
class  | 
SparseRCMFloatMatrix2D
Sparse row-compressed-modified 2-d matrix holding float elements. 
 | 
Jump to the Parallel Colt Homepage