Parallel Colt 0.9.4

Uses of Interface
cern.colt.function.tlong.IntIntLongFunction

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

Uses of IntIntLongFunction in cern.colt.matrix.tlong
 

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

Uses of IntIntLongFunction in cern.colt.matrix.tlong.impl
 

Methods in cern.colt.matrix.tlong.impl with parameters of type IntIntLongFunction
 LongMatrix2D SparseRCLongMatrix2D.forEachNonZero(IntIntLongFunction function)
           
 LongMatrix2D SparseLongMatrix2D.forEachNonZero(IntIntLongFunction function)
           
 LongMatrix2D SparseCCLongMatrix2D.forEachNonZero(IntIntLongFunction function)
           
 LongMatrix2D DiagonalLongMatrix2D.forEachNonZero(IntIntLongFunction function)
           
 LongMatrix2D DenseLongMatrix2D.forEachNonZero(IntIntLongFunction function)
           
 LongMatrix2D DenseColumnLongMatrix2D.forEachNonZero(IntIntLongFunction function)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage