Package | Description |
---|---|
cern.colt.map.tfloat |
Automatically growing and shrinking map holding elements of float data type.
|
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 |
OpenLongFloatHashMap
Hash map holding (key,value) associations of type (int-->float);
Automatically grows and shrinks as needed; Implemented using open addressing
with float hashing.
|
Modifier and Type | Method and Description |
---|---|
AbstractLongFloatMap |
AbstractLongFloatMap.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLongFloatMap.assign(AbstractLongFloatMap other)
Clears the receiver, then adds all (key,value) pairs of other
values to it.
|
void |
OpenLongFloatHashMap.assign(AbstractLongFloatMap other)
Clears the receiver, then adds all (key,value) pairs of other
values to it.
|
Modifier and Type | Method and Description |
---|---|
AbstractLongFloatMap |
SparseFloatMatrix3D.elements() |
AbstractLongFloatMap |
SparseFloatMatrix1D.elements()
Returns the elements of this matrix.
|
AbstractLongFloatMap |
SparseFloatMatrix2D.elements() |
Jump to the Parallel Colt Homepage