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