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 |
---|---|
FComplexMatrix1D |
FComplexMatrix1D.assign(FComplexRealFunction f)
Assigns the result of a function to the real part of the receiver.
|
FComplexMatrix2D |
FComplexMatrix2D.assign(FComplexRealFunction f)
Assigns the result of a function to the real part of the receiver.
|
FComplexMatrix3D |
FComplexMatrix3D.assign(FComplexRealFunction function)
Assigns the result of a function to the real part of the receiver.
|
Modifier and Type | Method and Description |
---|---|
FComplexMatrix2D |
DenseColumnFComplexMatrix2D.assign(FComplexRealFunction function) |
FComplexMatrix2D |
DenseFComplexMatrix2D.assign(FComplexRealFunction function) |
FComplexMatrix1D |
DenseFComplexMatrix1D.assign(FComplexRealFunction function) |
FComplexMatrix3D |
DenseFComplexMatrix3D.assign(FComplexRealFunction function) |
Modifier and Type | Field and Description |
---|---|
static FComplexRealFunction |
FComplexFunctions.abs
Unary functions
|
static FComplexRealFunction |
FComplexFunctions.arg |
Modifier and Type | Method and Description |
---|---|
static FComplexRealFunction |
FComplexFunctions.equals(float[] y) |
Jump to the Parallel Colt Homepage