|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 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.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |