Vector<T>.PointwiseAtan(Vector<T>) Method |
Pointwise applies the atan function to each value
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void PointwiseAtan(
Vector<T> result
)
Parameters
- result Vector<T>
- The vector to store the result
See Also