Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
float[] |
FComplexMatrix1D.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[] |
FComplexMatrix3D.aggregate(FComplexFComplexFComplexFunction aggr,
FComplexFComplexFunction f)
Applies a function to each cell and aggregates the results.
|
FComplexMatrix1D |
FComplexMatrix1D.assign(FComplexFComplexFunction f)
Assigns the result of a function to each cell;
|
FComplexMatrix2D |
FComplexMatrix2D.assign(FComplexFComplexFunction f)
Assigns the result of a function to each cell;
|
FComplexMatrix3D |
FComplexMatrix3D.assign(FComplexFComplexFunction function)
Assigns the result of a function to each cell.
|
FComplexMatrix1D |
FComplexMatrix1D.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.
|
FComplexMatrix3D |
FComplexMatrix3D.assign(FComplexProcedure cond,
FComplexFComplexFunction f)
Assigns the result of a function to all cells that satisfy a condition.
|
Modifier and Type | Class and Description |
---|---|
class |
FComplexMult
Only for performance tuning of compute intensive linear algebraic
computations.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static FComplexFComplexFunction |
FComplexFunctions.bindArg1(FComplexFComplexFComplexFunction function,
float[] c) |
static FComplexFComplexFunction |
FComplexFunctions.bindArg2(FComplexFComplexFComplexFunction function,
float[] c) |
static FComplexFComplexFunction |
FComplexFunctions.chain(FComplexFComplexFunction g,
FComplexFComplexFunction h) |
static FComplexFComplexFunction |
FComplexFunctions.constant(float[] c) |
static FComplexFComplexFunction |
FComplexFunctions.div(float b) |
static FComplexFComplexFunction |
FComplexFunctions.div(float[] b) |
static FComplexFComplexFunction |
FComplexFunctions.minus(float[] x) |
static FComplexFComplexFunction |
FComplexFunctions.mult(float x) |
static FComplexFComplexFunction |
FComplexFunctions.mult(float[] x) |
static FComplexFComplexFunction |
FComplexFunctions.plus(float[] y) |
static FComplexFComplexFunction |
FComplexFunctions.pow1(float y) |
static FComplexFComplexFunction |
FComplexFunctions.pow3(float[] y) |
static FComplexFComplexFunction |
FComplexFunctions.random() |
Modifier and Type | Method and Description |
---|---|
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) |
Jump to the Parallel Colt Homepage