Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tint.IntIntIntFunction

Packages that use IntIntIntFunction
cern.colt.matrix.tint Matrix interfaces and factories holding elements of int data type. 
cern.colt.matrix.tint.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type. 
 

Uses of IntIntIntFunction in cern.colt.matrix.tint
 

Methods in cern.colt.matrix.tint with parameters of type IntIntIntFunction
 IntMatrix2D IntMatrix2D.forEachNonZero(IntIntIntFunction function)
          Assigns the result of a function to each non-zero cell; x[row,col] = function(x[row,col]).
 

Uses of IntIntIntFunction in cern.colt.matrix.tint.impl
 

Methods in cern.colt.matrix.tint.impl with parameters of type IntIntIntFunction
 IntMatrix2D SparseIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 IntMatrix2D RCIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 IntMatrix2D DenseIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage