Parallel Colt 0.9.4

Uses of Interface
cern.colt.function.tobject.IntIntObjectFunction

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

Uses of IntIntObjectFunction in cern.colt.matrix.tobject
 

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

Uses of IntIntObjectFunction in cern.colt.matrix.tobject.impl
 

Methods in cern.colt.matrix.tobject.impl with parameters of type IntIntObjectFunction
 ObjectMatrix2D SparseRCObjectMatrix2D.forEachNonZero(IntIntObjectFunction function)
           
 ObjectMatrix2D SparseCCObjectMatrix2D.forEachNonZero(IntIntObjectFunction function)
           
 ObjectMatrix2D DiagonalObjectMatrix2D.forEachNonZero(IntIntObjectFunction function)
           
 ObjectMatrix2D DenseColumnObjectMatrix2D.forEachNonZero(IntIntObjectFunction function)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage