Parallel Colt 0.9.4

Uses of Interface
cern.colt.function.tfcomplex.IntIntFComplexFunction

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

Uses of IntIntFComplexFunction in cern.colt.matrix.tfcomplex
 

Methods in cern.colt.matrix.tfcomplex with parameters of type IntIntFComplexFunction
 FComplexMatrix2D FComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function)
          Assigns the result of a function to each non-zero cell.
 

Uses of IntIntFComplexFunction in cern.colt.matrix.tfcomplex.impl
 

Methods in cern.colt.matrix.tfcomplex.impl with parameters of type IntIntFComplexFunction
 FComplexMatrix2D SparseRCFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function)
           
 FComplexMatrix2D SparseCCFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function)
           
 FComplexMatrix2D DiagonalFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function)
           
 FComplexMatrix2D DenseFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function)
           
 FComplexMatrix2D DenseColumnFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage