|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FComplexProcedure | |
---|---|
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. |
Uses of FComplexProcedure in cern.colt.matrix.tfcomplex |
---|
Methods in cern.colt.matrix.tfcomplex with parameters of type FComplexProcedure | |
---|---|
FComplexMatrix3D |
FComplexMatrix3D.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. |
FComplexMatrix1D |
FComplexMatrix1D.assign(FComplexProcedure cond,
FComplexFComplexFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
FComplexMatrix3D |
FComplexMatrix3D.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. |
FComplexMatrix1D |
FComplexMatrix1D.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. |
Uses of FComplexProcedure in cern.colt.matrix.tfcomplex.impl |
---|
Methods in cern.colt.matrix.tfcomplex.impl with parameters of type FComplexProcedure | |
---|---|
FComplexMatrix3D |
DenseFComplexMatrix3D.assign(FComplexProcedure cond,
FComplexFComplexFunction f)
|
FComplexMatrix2D |
DenseFComplexMatrix2D.assign(FComplexProcedure cond,
FComplexFComplexFunction function)
|
FComplexMatrix1D |
DenseFComplexMatrix1D.assign(FComplexProcedure cond,
FComplexFComplexFunction function)
|
FComplexMatrix2D |
DenseColumnFComplexMatrix2D.assign(FComplexProcedure cond,
FComplexFComplexFunction function)
|
FComplexMatrix3D |
DenseFComplexMatrix3D.assign(FComplexProcedure cond,
float[] value)
|
FComplexMatrix2D |
DenseFComplexMatrix2D.assign(FComplexProcedure cond,
float[] value)
|
FComplexMatrix1D |
DenseFComplexMatrix1D.assign(FComplexProcedure cond,
float[] value)
|
FComplexMatrix2D |
DenseColumnFComplexMatrix2D.assign(FComplexProcedure cond,
float[] value)
|
Uses of FComplexProcedure in cern.jet.math.tfcomplex |
---|
Methods in cern.jet.math.tfcomplex that return FComplexProcedure | |
---|---|
static FComplexProcedure |
FComplexFunctions.isEqual(float[] y)
|
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |