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