|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DComplexDComplexFunction | |
---|---|
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. |
Uses of DComplexDComplexFunction in cern.colt.matrix.tdcomplex |
---|
Methods in cern.colt.matrix.tdcomplex with parameters of type DComplexDComplexFunction | |
---|---|
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. |
DComplexMatrix3D |
DComplexMatrix3D.assign(DComplexDComplexFunction function)
Assigns the result of a function to each cell. |
DComplexMatrix2D |
DComplexMatrix2D.assign(DComplexDComplexFunction f)
Assigns the result of a function to each cell; |
DComplexMatrix1D |
DComplexMatrix1D.assign(DComplexDComplexFunction f)
Assigns the result of a function to each cell; |
DComplexMatrix3D |
DComplexMatrix3D.assign(DComplexProcedure cond,
DComplexDComplexFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
DComplexMatrix2D |
DComplexMatrix2D.assign(DComplexProcedure cond,
DComplexDComplexFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
DComplexMatrix1D |
DComplexMatrix1D.assign(DComplexProcedure cond,
DComplexDComplexFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
Uses of DComplexDComplexFunction in cern.colt.matrix.tdcomplex.impl |
---|
Uses of DComplexDComplexFunction in cern.jet.math.tdcomplex |
---|
Classes in cern.jet.math.tdcomplex that implement DComplexDComplexFunction | |
---|---|
class |
DComplexMult
Only for performance tuning of compute intensive linear algebraic computations. |
Fields in cern.jet.math.tdcomplex declared as DComplexDComplexFunction | |
---|---|
static DComplexDComplexFunction |
DComplexFunctions.acos
|
static DComplexDComplexFunction |
DComplexFunctions.asin
|
static DComplexDComplexFunction |
DComplexFunctions.atan
|
static DComplexDComplexFunction |
DComplexFunctions.conj
|
static DComplexDComplexFunction |
DComplexFunctions.cos
|
static DComplexDComplexFunction |
DComplexFunctions.exp
|
static DComplexDComplexFunction |
DComplexFunctions.identity
|
static DComplexDComplexFunction |
DComplexFunctions.inv
|
static DComplexDComplexFunction |
DComplexFunctions.log
|
static DComplexDComplexFunction |
DComplexFunctions.neg
|
static DComplexDComplexFunction |
DComplexFunctions.sin
|
static DComplexDComplexFunction |
DComplexFunctions.sqrt
|
static DComplexDComplexFunction |
DComplexFunctions.square
|
static DComplexDComplexFunction |
DComplexFunctions.tan
|
Methods in cern.jet.math.tdcomplex with parameters of type DComplexDComplexFunction | |
---|---|
static DComplexDComplexDComplexFunction |
DComplexFunctions.chain(DComplexDComplexDComplexFunction f,
DComplexDComplexFunction g,
DComplexDComplexFunction h)
|
static DComplexDComplexDComplexFunction |
DComplexFunctions.chain(DComplexDComplexFunction g,
DComplexDComplexDComplexFunction h)
|
static DComplexDComplexFunction |
DComplexFunctions.chain(DComplexDComplexFunction g,
DComplexDComplexFunction h)
|
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |