Computes the four-quadrant inverse tangent of the corresponding elements of
two matrices.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual Matrix<T> Atan2AsXCore(
Matrix<T> y,
Matrix<T> result
)
Protected Overridable Function Atan2AsXCore (
y As Matrix(Of T),
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ Atan2AsXCore(
Matrix<T>^ y,
Matrix<T>^ result
)
abstract Atan2AsXCore :
y : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
override Atan2AsXCore :
y : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
Parameters
- y
- Type: Extreme.MathematicsMatrixT
A matrix that contains the y-coordinates. - result
- Type: Extreme.MathematicsMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixT
Reference