|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntIntFloatFunction | |
---|---|
cern.colt.matrix.tfloat | Matrix interfaces and factories 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. |
Uses of IntIntFloatFunction in cern.colt.matrix.tfloat |
---|
Methods in cern.colt.matrix.tfloat with parameters of type IntIntFloatFunction | |
---|---|
FloatMatrix2D |
FloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
Assigns the result of a function to each non-zero cell; x[row,col] = function(x[row,col]). |
Uses of IntIntFloatFunction in cern.colt.matrix.tfloat.impl |
---|
Methods in cern.colt.matrix.tfloat.impl with parameters of type IntIntFloatFunction | |
---|---|
FloatMatrix2D |
SparseRCFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
|
FloatMatrix2D |
SparseFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
|
FloatMatrix2D |
SparseCCFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
|
FloatMatrix2D |
DiagonalFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
|
FloatMatrix2D |
DenseFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
|
FloatMatrix2D |
DenseColumnFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
|
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |