MatrixDoPointwiseMaximum(Complex32, MatrixComplex32) Method |
Pointwise applies the maximum with a scalar to each value and stores the result in the result matrix.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseMaximum(
Complex32 scalar,
Matrix<Complex32> result
)
Parameters
- scalar Complex32
- The scalar value to compare to.
- result MatrixComplex32
- The matrix to store the result.
See Also