Click or drag to resize

VectorDoPointwiseMaximum(VectorComplex32, VectorComplex32) Method

Pointwise applies the maximum with another vector 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(
	Vector<Complex32> other,
	Vector<Complex32> result
)

Parameters

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