Click or drag to resize

VectorDoPointwiseMaximum(Complex, VectorComplex) Method

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

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

Parameters

scalar  Complex
The scalar to compare against.
result  VectorComplex
The vector to store the result.
See Also