Click or drag to resize

VectorDoPointwiseMaximum(Complex32, VectorComplex32) Method

Pointwise applies the maximum with a scalar and stores the result in result.

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void DoPointwiseMaximum(
	Complex32 scalar,
	Vector<Complex32> result
)

Parameters

scalar  Complex32
The scalar to compare against.
result  VectorComplex32
The vector to store the result.
See Also