Click or drag to resize

VectorDoPointwiseAtan2(VectorDouble, VectorDouble) Method

Pointwise applies the two-argument arctangent using another vector and stores the result in result.

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void DoPointwiseAtan2(
	Vector<double> other,
	Vector<double> result
)

Parameters

other  VectorDouble
The vector providing the x-values.
result  VectorDouble
The vector to store the result.
See Also