Parallel Colt 0.9.4

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 SparseRCIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 IntMatrix2D SparseIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 IntMatrix2D SparseCCIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 IntMatrix2D DiagonalIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 IntMatrix2D DenseIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 IntMatrix2D DenseColumnIntMatrix2D.forEachNonZero(IntIntIntFunction function)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage