VectorDoPointwiseAtan2(VectorComplex32, VectorComplex32) Method |
Pointwise applies the two-argument arctangent using another vector and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseAtan2(
Vector<Complex32> other,
Vector<Complex32> result
)
Parameters
- other VectorComplex32
- The vector providing the x-values.
- result VectorComplex32
- The vector to store the result.
See Also