|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntIntDoubleFunction | |
---|---|
cern.colt.matrix.tdouble | Matrix interfaces and factories 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 IntIntDoubleFunction in cern.colt.matrix.tdouble |
---|
Methods in cern.colt.matrix.tdouble with parameters of type IntIntDoubleFunction | |
---|---|
DoubleMatrix2D |
DoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
Assigns the result of a function to each non-zero cell; x[row,col] = function(x[row,col]). |
Uses of IntIntDoubleFunction in cern.colt.matrix.tdouble.impl |
---|
Methods in cern.colt.matrix.tdouble.impl with parameters of type IntIntDoubleFunction | |
---|---|
DoubleMatrix2D |
SparseRCDoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
|
DoubleMatrix2D |
SparseDoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
|
DoubleMatrix2D |
SparseCCDoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
|
DoubleMatrix2D |
DiagonalDoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
|
DoubleMatrix2D |
DenseDoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
|
DoubleMatrix2D |
DenseColumnDoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
|
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |