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(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.
|
FComplexMatrix1D |
FComplexMatrix1D.assign(FComplexProcedure cond,
float[] value)
Assigns a value to all cells that satisfy a condition.
|
FComplexMatrix2D |
FComplexMatrix2D.assign(FComplexProcedure cond,
float[] value)
Assigns a value to all cells that satisfy a condition.
|
FComplexMatrix3D |
FComplexMatrix3D.assign(FComplexProcedure cond,
float[] value)
Assigns a value to all cells that satisfy a condition.
|
FComplexMatrix1D |
FComplexMatrix1D.viewSelection(FComplexProcedure condition)
Constructs and returns a new selection view that is a matrix
holding the cells matching the given condition.
|
Modifier and Type | Method and Description |
---|---|
FComplexMatrix2D |
DenseColumnFComplexMatrix2D.assign(FComplexProcedure cond,
FComplexFComplexFunction function) |
FComplexMatrix2D |
DenseFComplexMatrix2D.assign(FComplexProcedure cond,
FComplexFComplexFunction function) |
FComplexMatrix1D |
DenseFComplexMatrix1D.assign(FComplexProcedure cond,
FComplexFComplexFunction function) |
FComplexMatrix3D |
DenseFComplexMatrix3D.assign(FComplexProcedure cond,
FComplexFComplexFunction f) |
FComplexMatrix2D |
DenseColumnFComplexMatrix2D.assign(FComplexProcedure cond,
float[] value) |
FComplexMatrix2D |
DenseFComplexMatrix2D.assign(FComplexProcedure cond,
float[] value) |
FComplexMatrix1D |
DenseFComplexMatrix1D.assign(FComplexProcedure cond,
float[] value) |
FComplexMatrix3D |
DenseFComplexMatrix3D.assign(FComplexProcedure cond,
float[] value) |
Modifier and Type | Method and Description |
---|---|
static FComplexProcedure |
FComplexFunctions.isEqual(float[] y) |
Jump to the Parallel Colt Homepage