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