Click or drag to resize

MatrixDoPointwiseAtan2 Method

Pointwise applies the two-argument arctangent function using this matrix as the y-values and another matrix as the x-values.

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

Parameters

other  MatrixComplex
The matrix providing the x-values.
result  MatrixComplex
The matrix to store the result.
See Also