|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
FComplexMatrix2D |
FComplexMatrix2D.assign(FComplexMatrix2D y,
FComplexFComplexFComplexFunction function,
IntArrayList rowList,
IntArrayList columnList)
Assigns the result of a function to all cells with a given indexes |
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 |
---|
Uses of FComplexFComplexFComplexFunction in cern.jet.math.tfcomplex |
---|
Classes in cern.jet.math.tfcomplex that implement FComplexFComplexFComplexFunction | |
---|---|
class |
FComplexPlusMultFirst
Only for performance tuning of compute intensive linear algebraic computations. |
class |
FComplexPlusMultSecond
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.plusMultFirst(float[] constant)
|
static FComplexFComplexFComplexFunction |
FComplexFunctions.plusMultSecond(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.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |