Parallel Colt 0.9.4

Uses of Interface
cern.colt.function.tdcomplex.DComplexDComplexDComplexFunction

Packages that use DComplexDComplexDComplexFunction
cern.colt.matrix.tdcomplex Matrix interfaces and factories holding elements of dcomplex data type. 
cern.colt.matrix.tdcomplex.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type. 
cern.jet.math.tdcomplex Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on dcomplex data type. 
edu.emory.mathcs.utils Utility classes. 
 

Uses of DComplexDComplexDComplexFunction in cern.colt.matrix.tdcomplex
 

Methods in cern.colt.matrix.tdcomplex with parameters of type DComplexDComplexDComplexFunction
 double[] DComplexMatrix3D.aggregate(DComplexDComplexDComplexFunction aggr, DComplexDComplexFunction f)
          Applies a function to each cell and aggregates the results.
 double[] DComplexMatrix2D.aggregate(DComplexDComplexDComplexFunction aggr, DComplexDComplexFunction f)
          Applies a function to each cell and aggregates the results.
 double[] DComplexMatrix1D.aggregate(DComplexDComplexDComplexFunction aggr, DComplexDComplexFunction f)
          Applies a function to each cell and aggregates the results.
 double[] DComplexMatrix1D.aggregate(DComplexMatrix1D other, DComplexDComplexDComplexFunction aggr, DComplexDComplexDComplexFunction f)
          Applies a function to each corresponding cell of two matrices and aggregates the results.
 double[] DComplexMatrix2D.aggregate(DComplexMatrix2D other, DComplexDComplexDComplexFunction aggr, DComplexDComplexDComplexFunction f)
          Applies a function to each corresponding cell of two matrices and aggregates the results.
 double[] DComplexMatrix3D.aggregate(DComplexMatrix3D other, DComplexDComplexDComplexFunction aggr, DComplexDComplexDComplexFunction f)
          Applies a function to each corresponding cell of two matrices and aggregates the results.
 DComplexMatrix1D DComplexMatrix1D.assign(DComplexMatrix1D y, DComplexDComplexDComplexFunction f)
          Assigns the result of a function to each cell;
 DComplexMatrix2D DComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction f)
          Assigns the result of a function to each cell.
 DComplexMatrix2D DComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction function, IntArrayList rowList, IntArrayList columnList)
          Assigns the result of a function to all cells with a given indexes
 DComplexMatrix3D DComplexMatrix3D.assign(DComplexMatrix3D y, DComplexDComplexDComplexFunction function)
          Assigns the result of a function to each cell.
 

Uses of DComplexDComplexDComplexFunction in cern.colt.matrix.tdcomplex.impl
 

Methods in cern.colt.matrix.tdcomplex.impl with parameters of type DComplexDComplexDComplexFunction
 double[] DenseDComplexMatrix3D.aggregate(DComplexDComplexDComplexFunction aggr, DComplexDComplexFunction f)
           
 double[] DenseDComplexMatrix2D.aggregate(DComplexDComplexDComplexFunction aggr, DComplexDComplexFunction f)
           
 double[] DenseDComplexMatrix1D.aggregate(DComplexDComplexDComplexFunction aggr, DComplexDComplexFunction f)
           
 double[] DenseColumnDComplexMatrix2D.aggregate(DComplexDComplexDComplexFunction aggr, DComplexDComplexFunction f)
           
 double[] DenseDComplexMatrix1D.aggregate(DComplexMatrix1D other, DComplexDComplexDComplexFunction aggr, DComplexDComplexDComplexFunction f)
           
 double[] DenseDComplexMatrix2D.aggregate(DComplexMatrix2D other, DComplexDComplexDComplexFunction aggr, DComplexDComplexDComplexFunction f)
           
 double[] DenseColumnDComplexMatrix2D.aggregate(DComplexMatrix2D other, DComplexDComplexDComplexFunction aggr, DComplexDComplexDComplexFunction f)
           
 double[] DenseDComplexMatrix3D.aggregate(DComplexMatrix3D other, DComplexDComplexDComplexFunction aggr, DComplexDComplexDComplexFunction f)
           
 DComplexMatrix1D DenseDComplexMatrix1D.assign(DComplexMatrix1D y, DComplexDComplexDComplexFunction function)
           
 DComplexMatrix2D SparseRCDComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction function)
           
 DComplexMatrix2D SparseDComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction function)
           
 DComplexMatrix2D SparseCCDComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction function)
           
 DComplexMatrix2D DiagonalDComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction function)
           
 DComplexMatrix2D DenseDComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction function)
           
 DComplexMatrix2D DenseColumnDComplexMatrix2D.assign(DComplexMatrix2D y, DComplexDComplexDComplexFunction function)
           
 DComplexMatrix3D DenseDComplexMatrix3D.assign(DComplexMatrix3D y, DComplexDComplexDComplexFunction function)
           
 

Uses of DComplexDComplexDComplexFunction in cern.jet.math.tdcomplex
 

Classes in cern.jet.math.tdcomplex that implement DComplexDComplexDComplexFunction
 class DComplexPlusMultFirst
          Only for performance tuning of compute intensive linear algebraic computations.
 class DComplexPlusMultSecond
          Only for performance tuning of compute intensive linear algebraic computations.
 

Fields in cern.jet.math.tdcomplex declared as DComplexDComplexDComplexFunction
static DComplexDComplexDComplexFunction DComplexFunctions.div
          Binary functions
static DComplexDComplexDComplexFunction DComplexFunctions.minus
           
static DComplexDComplexDComplexFunction DComplexFunctions.mult
           
static DComplexDComplexDComplexFunction DComplexFunctions.multConjFirst
           
static DComplexDComplexDComplexFunction DComplexFunctions.multConjSecond
           
static DComplexDComplexDComplexFunction DComplexFunctions.plus
           
static DComplexDComplexDComplexFunction DComplexFunctions.pow3
           
 

Methods in cern.jet.math.tdcomplex that return DComplexDComplexDComplexFunction
static DComplexDComplexDComplexFunction DComplexFunctions.chain(DComplexDComplexDComplexFunction f, DComplexDComplexFunction g, DComplexDComplexFunction h)
           
static DComplexDComplexDComplexFunction DComplexFunctions.chain(DComplexDComplexFunction g, DComplexDComplexDComplexFunction h)
           
static DComplexDComplexDComplexFunction DComplexFunctions.minusMult(double[] constant)
           
static DComplexDComplexDComplexFunction DComplexFunctions.plusMultFirst(double[] constant)
           
static DComplexDComplexDComplexFunction DComplexFunctions.plusMultSecond(double[] constant)
           
static DComplexDComplexDComplexFunction DComplexFunctions.swapArgs(DComplexDComplexDComplexFunction function)
           
 

Methods in cern.jet.math.tdcomplex with parameters of type DComplexDComplexDComplexFunction
static DComplexDComplexFunction DComplexFunctions.bindArg1(DComplexDComplexDComplexFunction function, double[] c)
           
static DComplexDComplexFunction DComplexFunctions.bindArg2(DComplexDComplexDComplexFunction function, double[] c)
           
static DComplexDComplexDComplexFunction DComplexFunctions.chain(DComplexDComplexDComplexFunction f, DComplexDComplexFunction g, DComplexDComplexFunction h)
           
static DComplexDComplexDComplexFunction DComplexFunctions.chain(DComplexDComplexFunction g, DComplexDComplexDComplexFunction h)
           
static DComplexDComplexDComplexFunction DComplexFunctions.swapArgs(DComplexDComplexDComplexFunction function)
           
 

Uses of DComplexDComplexDComplexFunction in edu.emory.mathcs.utils
 

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


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage