Parallel Colt 0.7.2

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

Packages that use FComplexFComplexFComplexFunction
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. 
edu.emory.mathcs.utils Utility classes. 
 

Uses of FComplexFComplexFComplexFunction in cern.colt.matrix.tfcomplex
 

Methods in cern.colt.matrix.tfcomplex with parameters of type FComplexFComplexFComplexFunction
 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.
 float[] FComplexMatrix1D.aggregate(FComplexMatrix1D other, FComplexFComplexFComplexFunction aggr, FComplexFComplexFComplexFunction f)
          Applies a function to each corresponding cell of two matrices and aggregates the results.
 float[] FComplexMatrix2D.aggregate(FComplexMatrix2D other, FComplexFComplexFComplexFunction aggr, FComplexFComplexFComplexFunction f)
          Applies a function to each corresponding cell of two matrices and aggregates the results.
 float[] FComplexMatrix3D.aggregate(FComplexMatrix3D other, FComplexFComplexFComplexFunction aggr, FComplexFComplexFComplexFunction f)
          Applies a function to each corresponding cell of two matrices and aggregates the results.
 FComplexMatrix1D FComplexMatrix1D.assign(FComplexMatrix1D y, FComplexFComplexFComplexFunction f)
          Assigns the result of a function to each cell;
 FComplexMatrix2D FComplexMatrix2D.assign(FComplexMatrix2D y, FComplexFComplexFComplexFunction f)
          Assigns the result of a function to each cell.
 FComplexMatrix3D FComplexMatrix3D.assign(FComplexMatrix3D y, FComplexFComplexFComplexFunction function)
          Assigns the result of a function to each cell.
 

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

Methods in cern.colt.matrix.tfcomplex.impl with parameters of type FComplexFComplexFComplexFunction
 float[] DenseFComplexMatrix3D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
           
 float[] DenseFComplexMatrix2D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
           
 float[] DenseFComplexMatrix1D.aggregate(FComplexFComplexFComplexFunction aggr, FComplexFComplexFunction f)
           
 float[] DenseFComplexMatrix1D.aggregate(FComplexMatrix1D other, FComplexFComplexFComplexFunction aggr, FComplexFComplexFComplexFunction f)
           
 float[] DenseFComplexMatrix2D.aggregate(FComplexMatrix2D other, FComplexFComplexFComplexFunction aggr, FComplexFComplexFComplexFunction f)
           
 float[] DenseFComplexMatrix3D.aggregate(FComplexMatrix3D other, FComplexFComplexFComplexFunction aggr, FComplexFComplexFComplexFunction f)
           
 FComplexMatrix1D DenseFComplexMatrix1D.assign(FComplexMatrix1D y, FComplexFComplexFComplexFunction function)
           
 FComplexMatrix2D SparseFComplexMatrix2D.assign(FComplexMatrix2D y, FComplexFComplexFComplexFunction function)
          Assigns the result of a function to each cell.
 FComplexMatrix2D DenseFComplexMatrix2D.assign(FComplexMatrix2D y, FComplexFComplexFComplexFunction function)
           
 FComplexMatrix3D DenseFComplexMatrix3D.assign(FComplexMatrix3D y, FComplexFComplexFComplexFunction function)
           
 

Uses of FComplexFComplexFComplexFunction in cern.jet.math.tfcomplex
 

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

Fields in cern.jet.math.tfcomplex declared as FComplexFComplexFComplexFunction
static FComplexFComplexFComplexFunction FComplexFunctions.div
          Binary functions
static FComplexFComplexFComplexFunction FComplexFunctions.minus
           
static FComplexFComplexFComplexFunction FComplexFunctions.mult
           
static FComplexFComplexFComplexFunction FComplexFunctions.multConjFirst
           
static FComplexFComplexFComplexFunction FComplexFunctions.multConjSecond
           
static FComplexFComplexFComplexFunction FComplexFunctions.plus
           
static FComplexFComplexFComplexFunction FComplexFunctions.pow3
           
 

Methods in cern.jet.math.tfcomplex that return FComplexFComplexFComplexFunction
static FComplexFComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFComplexFunction f, FComplexFComplexFunction g, FComplexFComplexFunction h)
           
static FComplexFComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFunction g, FComplexFComplexFComplexFunction h)
           
static FComplexFComplexFComplexFunction FComplexFunctions.minusMult(float[] constant)
           
static FComplexFComplexFComplexFunction FComplexFunctions.plusMult(float[] constant)
           
static FComplexFComplexFComplexFunction FComplexFunctions.swapArgs(FComplexFComplexFComplexFunction function)
           
 

Methods in cern.jet.math.tfcomplex with parameters of type FComplexFComplexFComplexFunction
static FComplexFComplexFunction FComplexFunctions.bindArg1(FComplexFComplexFComplexFunction function, float[] c)
           
static FComplexFComplexFunction FComplexFunctions.bindArg2(FComplexFComplexFComplexFunction function, float[] c)
           
static FComplexFComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFComplexFunction f, FComplexFComplexFunction g, FComplexFComplexFunction h)
           
static FComplexFComplexFComplexFunction FComplexFunctions.chain(FComplexFComplexFunction g, FComplexFComplexFComplexFunction h)
           
static FComplexFComplexFComplexFunction FComplexFunctions.swapArgs(FComplexFComplexFComplexFunction function)
           
 

Uses of FComplexFComplexFComplexFunction in edu.emory.mathcs.utils
 

Methods in edu.emory.mathcs.utils with parameters of type FComplexFComplexFComplexFunction
static float[] ConcurrencyUtils.waitForCompletion(Future<?>[] futures, FComplexFComplexFComplexFunction aggr)
          Waits for all threads to complete computation and aggregates the result.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage