Overload List
| Name | Description | |
|---|---|---|
| Transform(NMathFunctions..::.FloatComplexFunction) |
Modifies the elements of this matrix by applying the given no-argument function to
each element.
| |
| Transform(NMathFunctions..::.FloatComplexUnaryFunction) |
Modifies the elements of this matrix by applying the given unary function to
each element.
| |
| Transform(NMathFunctions..::.FloatComplexBinaryFunction, FloatComplex) |
Modifies the contents of this matrix by applying the given binary function
to each element. The first parameter to the binary function is
the matrix element; the second parameter is the passed FloatComplex value.
| |
| Transform(NMathFunctions..::.FloatComplexBinaryFunction, FloatComplexMatrix) |
Modifies the contents of this matrix by applying the given binary function
to each element. The first parameter to the binary function is the matrix
element; the second parameter is the corresponding element of the passed matrix.
| |
| Transform(NMathFunctions..::.FloatComplexIntFunction, Int32) |
Modifies the contents of this matrix by applying the given binary function
to each element. The first parameter to the binary function is
the matrix element; the second parameter is the passed integer value.
|