Click or drag to resize

MatrixTPointwiseAtan2(MatrixT) Method

Pointwise applies the atan2 function to each value of the current matrix and a given other matrix being the 'x' of atan2 and the 'this' matrix being the 'y'

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> PointwiseAtan2(
	Matrix<T> other
)

Parameters

other  MatrixT

[Missing <param name="other"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.PointwiseAtan2(Altaxo.Calc.LinearAlgebra.Matrix{`0})"]

Return Value

MatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.PointwiseAtan2(Altaxo.Calc.LinearAlgebra.Matrix{`0})"]

See Also