Parallel Colt 0.7.2

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

Packages that use FComplexRealFunction
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. 
cern.jet.math.tfcomplex Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on fcomplex data type. 
 

Uses of FComplexRealFunction in cern.colt.matrix.tfcomplex
 

Methods in cern.colt.matrix.tfcomplex with parameters of type FComplexRealFunction
 FComplexMatrix3D FComplexMatrix3D.assign(FComplexRealFunction function)
          Assigns the result of a function to the real part of the receiver.
 FComplexMatrix2D FComplexMatrix2D.assign(FComplexRealFunction f)
          Assigns the result of a function to the real part of the receiver.
 FComplexMatrix1D FComplexMatrix1D.assign(FComplexRealFunction f)
          Assigns the result of a function to the real part of the receiver.
 

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

Methods in cern.colt.matrix.tfcomplex.impl with parameters of type FComplexRealFunction
 FComplexMatrix3D DenseFComplexMatrix3D.assign(FComplexRealFunction function)
           
 FComplexMatrix2D DenseFComplexMatrix2D.assign(FComplexRealFunction function)
           
 FComplexMatrix1D DenseFComplexMatrix1D.assign(FComplexRealFunction function)
           
 

Uses of FComplexRealFunction in cern.jet.math.tfcomplex
 

Fields in cern.jet.math.tfcomplex declared as FComplexRealFunction
static FComplexRealFunction FComplexFunctions.abs
          Unary functions
static FComplexRealFunction FComplexFunctions.arg
           
 

Methods in cern.jet.math.tfcomplex that return FComplexRealFunction
static FComplexRealFunction FComplexFunctions.equals(float[] y)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage