ClMtxExpr::ArcTan2 Function

Overload List

#SignatureDescription
1clVector ArcTan2(TOpenCLVector *Y, TOpenCLVector *X);Compute the ArcTan2 function from X and Y and return the result.
2clMatrix ArcTan2(TOpenCLMatrix *Y, TOpenCLMatrix *X);Compute the ArcTan2 function from X and Y and return the result.
3clValue ArcTan2(TOpenCLValue *Y, TOpenCLValue *X);Compute the ArcTan2 function from X and Y and return the result.

Overload 1: clVector ArcTan2(TOpenCLVector *Y, TOpenCLVector *X);

Compute the ArcTan2 function from X and Y and return the result.

#NameTypeDescription
1YTOpenCLVector *
2XTOpenCLVector *
Remarks:

Internally calls clVector::ArcTan2

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix ArcTan2(TOpenCLMatrix *Y, TOpenCLMatrix *X);

Compute the ArcTan2 function from X and Y and return the result.

#NameTypeDescription
1YTOpenCLMatrix *
2XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::ArcTan2

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue ArcTan2(TOpenCLValue *Y, TOpenCLValue *X);

Compute the ArcTan2 function from X and Y and return the result.

#NameTypeDescription
1YTOpenCLValue *
2XTOpenCLValue *
Remarks:

Internally calls clValue::ArcTan2

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler