Parallel Colt 0.7.2

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

Packages that use FComplexFComplexFunction
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 FComplexFComplexFunction in cern.colt.matrix.tfcomplex
 

Methods in cern.colt.matrix.tfcomplex with parameters of type FComplexFComplexFunction
 float[] FComplexMatrix3D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
          Applies a function to each cell and aggregates the results.
 float[] FComplexMatrix2D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
          Applies a function to each cell and aggregates the results.
 float[] FComplexMatrix1D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
          Applies a function to each cell and aggregates the results.
 FComplexMatrix3D FComplexMatrix3D.assign(FComplexFComplexFunction function)
          Assigns the result of a function to each cell.
 FComplexMatrix2D FComplexMatrix2D.assign(FComplexFComplexFunction f)
          Assigns the result of a function to each cell;
 FComplexMatrix1D FComplexMatrix1D.assign(FComplexFComplexFunction f)
          Assigns the result of a function to each cell;
 FComplexMatrix3D FComplexMatrix3D.assign(FComplexProcedure cond, FComplexFComplexFunction f)
          Assigns the result of a function to all cells that satisfy a condition.
 FComplexMatrix2D FComplexMatrix2D.assign(FComplexProcedure cond, FComplexFComplexFunction f)
          Assigns the result of a function to all cells that satisfy a condition.
 FComplexMatrix1D FComplexMatrix1D.assign(FComplexProcedure cond, FComplexFComplexFunction f)
          Assigns the result of a function to all cells that satisfy a condition.
 

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

Methods in cern.colt.matrix.tfcomplex.impl with parameters of type FComplexFComplexFunction
 float[] DenseFComplexMatrix3D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
           
 float[] DenseFComplexMatrix2D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
           
 float[] DenseFComplexMatrix1D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
           
 FComplexMatrix3D DenseFComplexMatrix3D.assign(FComplexFComplexFunction function)
           
 FComplexMatrix2D DenseFComplexMatrix2D.assign(FComplexFComplexFunction function)
           
 FComplexMatrix1D DenseFComplexMatrix1D.assign(FComplexFComplexFunction function)
           
 FComplexMatrix3D DenseFComplexMatrix3D.assign(FComplexProcedure cond, FComplexFComplexFunction f)
           
 FComplexMatrix2D DenseFComplexMatrix2D.assign(FComplexProcedure cond, FComplexFComplexFunction function)
           
 FComplexMatrix1D DenseFComplexMatrix1D.assign(FComplexProcedure cond, FComplexFComplexFunction function)
           
 

Uses of FComplexFComplexFunction in cern.jet.math.tfcomplex
 

Classes in cern.jet.math.tfcomplex that implement FComplexFComplexFunction
 class FComplexMult
          Only for performance tuning of compute intensive linear algebraic computations.
 

Fields in cern.jet.math.tfcomplex declared as FComplexFComplexFunction
static FComplexFComplexFunction FComplexFunctions.acos
           
static FComplexFComplexFunction FComplexFunctions.asin
           
static FComplexFComplexFunction FComplexFunctions.atan
           
static FComplexFComplexFunction FComplexFunctions.conj
           
static FComplexFComplexFunction FComplexFunctions.cos
           
static FComplexFComplexFunction FComplexFunctions.exp
           
static FComplexFComplexFunction FComplexFunctions.identity
           
static FComplexFComplexFunction FComplexFunctions.inv
           
static FComplexFComplexFunction FComplexFunctions.log
           
static FComplexFComplexFunction FComplexFunctions.neg
           
static FComplexFComplexFunction FComplexFunctions.sin
           
static FComplexFComplexFunction FComplexFunctions.sqrt
           
static FComplexFComplexFunction FComplexFunctions.square
           
static FComplexFComplexFunction FComplexFunctions.tan
           
 

Methods in cern.jet.math.tfcomplex that return FComplexFComplexFunction
static FComplexFComplexFunction FComplexFunctions.bindArg1(FComplexFComplexFComplexFunction function, float[] c)
           
static FComplexFComplexFunction FComplexFunctions.bindArg2(FComplexFComplexFComplexFunction function, float[] c)
           
static FComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFunction g, FComplexFComplexFunction h)
           
static FComplexFComplexFunction FComplexFunctions.constant(float[] c)
           
static FComplexFComplexFunction FComplexFunctions.div(float b)
           
static FComplexFComplexFunction FComplexFunctions.div(float[] b)
           
static FComplexFComplexFunction FComplexFunctions.minus(float[] x)
           
static FComplexFComplexFunction FComplexFunctions.mult(float x)
           
static FComplexFComplexFunction FComplexFunctions.mult(float[] x)
           
static FComplexFComplexFunction FComplexFunctions.plus(float[] y)
           
static FComplexFComplexFunction FComplexFunctions.pow1(float y)
           
static FComplexFComplexFunction FComplexFunctions.pow3(float[] y)
           
static FComplexFComplexFunction FComplexFunctions.random()
           
 

Methods in cern.jet.math.tfcomplex with parameters of type FComplexFComplexFunction
static FComplexFComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFComplexFunction f, FComplexFComplexFunction g, FComplexFComplexFunction h)
           
static FComplexFComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFunction g, FComplexFComplexFComplexFunction h)
           
static FComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFunction g, FComplexFComplexFunction h)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage