|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLongDoubleMap | |
---|---|
cern.colt.map.tdouble | Automatically growing and shrinking map holding elements of double 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. |
Uses of AbstractLongDoubleMap in cern.colt.map.tdouble |
---|
Subclasses of AbstractLongDoubleMap in cern.colt.map.tdouble | |
---|---|
class |
OpenLongDoubleHashMap
Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. |
Methods in cern.colt.map.tdouble that return AbstractLongDoubleMap | |
---|---|
AbstractLongDoubleMap |
AbstractLongDoubleMap.copy()
Returns a deep copy of the receiver; uses clone() and casts
the result. |
Methods in cern.colt.map.tdouble with parameters of type AbstractLongDoubleMap | |
---|---|
void |
OpenLongDoubleHashMap.assign(AbstractLongDoubleMap other)
Clears the receiver, then adds all (key,value) pairs of other values to it. |
void |
AbstractLongDoubleMap.assign(AbstractLongDoubleMap other)
Clears the receiver, then adds all (key,value) pairs of other values to it. |
Uses of AbstractLongDoubleMap in cern.colt.matrix.tdouble.impl |
---|
Methods in cern.colt.matrix.tdouble.impl that return AbstractLongDoubleMap | |
---|---|
AbstractLongDoubleMap |
SparseDoubleMatrix3D.elements()
|
AbstractLongDoubleMap |
SparseDoubleMatrix2D.elements()
|
AbstractLongDoubleMap |
SparseDoubleMatrix1D.elements()
Returns the elements of this matrix. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |