MatrixTDoPointwiseAtan2 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.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected abstract void DoPointwiseAtan2(
Matrix<T> other,
Matrix<T> result
)
Parameters
- other MatrixT
- The matrix providing the x-values.
- result MatrixT
- The matrix to store the result.
See Also