|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntIntDoubleFunction | |
---|---|
org.apache.mahout.math.matrix | |
org.apache.mahout.math.matrix.impl | Matrix implementations; You normally need not look at this package, because all concrete classes implement the
abstract interfaces of org.apache.mahout.math.matrix , without subsetting or supersetting. |
Uses of IntIntDoubleFunction in org.apache.mahout.math.matrix |
---|
Methods in org.apache.mahout.math.matrix with parameters of type IntIntDoubleFunction | |
---|---|
void |
DoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
Deprecated. Assigns the result of a function to each non-zero cell; x[row,col] = function(x[row,col]). |
Uses of IntIntDoubleFunction in org.apache.mahout.math.matrix.impl |
---|
Methods in org.apache.mahout.math.matrix.impl with parameters of type IntIntDoubleFunction | |
---|---|
void |
SparseDoubleMatrix2D.forEachNonZero(IntIntDoubleFunction function)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |