Computes the four-quadrant inverse tangent of the corresponding elements of
two matrices.
Namespace: Extreme.Mathematics.DistributedAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected override Vector<T> Atan2AsXCore(
Vector<T> y,
Vector<T> result
)
Protected Overrides 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
) override
abstract Atan2AsXCore :
y : Vector<'T> *
result : Vector<'T> -> Vector<'T>
override Atan2AsXCore :
y : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- y
- Type: Extreme.Mathematics.GenericVectorT
A vector that contains the y-coordinates. - result
- Type: Extreme.Mathematics.GenericVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorT
Numerical Libraries
Supported in: 5.x
Reference