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 |
---|---|
DComplexMatrix2D |
DComplexMatrix2D.assign(DComplexRealFunction f)
Assigns the result of a function to the real part of the receiver.
|
DComplexMatrix1D |
DComplexMatrix1D.assign(DComplexRealFunction f)
Assigns the result of a function to the real part of the receiver.
|
DComplexMatrix3D |
DComplexMatrix3D.assign(DComplexRealFunction function)
Assigns the result of a function to the real part of the receiver.
|
Modifier and Type | Method and Description |
---|---|
DComplexMatrix3D |
DenseDComplexMatrix3D.assign(DComplexRealFunction function) |
DComplexMatrix2D |
DenseColumnDComplexMatrix2D.assign(DComplexRealFunction function) |
DComplexMatrix1D |
DenseDComplexMatrix1D.assign(DComplexRealFunction function) |
DComplexMatrix2D |
DenseDComplexMatrix2D.assign(DComplexRealFunction function) |
Modifier and Type | Field and Description |
---|---|
static DComplexRealFunction |
DComplexFunctions.abs
Unary functions
|
static DComplexRealFunction |
DComplexFunctions.arg |
Modifier and Type | Method and Description |
---|---|
static DComplexRealFunction |
DComplexFunctions.equals(double[] y) |
Jump to the Parallel Colt Homepage