Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tfloat.IntIntFloatFunction

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

Uses of IntIntFloatFunction in cern.colt.matrix.tfloat
 

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

Uses of IntIntFloatFunction in cern.colt.matrix.tfloat.impl
 

Methods in cern.colt.matrix.tfloat.impl with parameters of type IntIntFloatFunction
 FloatMatrix2D SparseFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
           
 FloatMatrix2D RCFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
           
 FloatMatrix2D DiagonalFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
           
 FloatMatrix2D DenseFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
           
 FloatMatrix2D DenseColFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
           
 FloatMatrix2D CCFloatMatrix2D.forEachNonZero(IntIntFloatFunction function)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage