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 Vector<T> Atan2AsXCore(
Vector<T> y,
Vector<T> result
)
Protected Overridable Function Atan2AsXCore (
y As Vector(Of T),
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ Atan2AsXCore(
Vector<T>^ y,
Vector<T>^ result
)
abstract Atan2AsXCore :
y : Vector<'T> *
result : Vector<'T> -> Vector<'T>
override Atan2AsXCore :
y : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- y
- Type: Extreme.MathematicsVectorT
A vector that contains the y-coordinates. - result
- Type: Extreme.MathematicsVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorT
Reference