ClMtxExpr::InvSqrt Function

Overload List

#SignatureDescription
1clVector InvSqrt(TOpenCLVector *X);Compute (1/X)^2.
2clMatrix InvSqrt(TOpenCLMatrix *X);Compute (1/X)^2.
3clValue InvSqrt(TOpenCLValue *X);Compute (1/X)^2.

Overload 1: clVector InvSqrt(TOpenCLVector *X);

Compute (1/X)^2.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::InvSqrt

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

Overload 2: clMatrix InvSqrt(TOpenCLMatrix *X);

Compute (1/X)^2.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::InvSqrt

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

Overload 3: clValue InvSqrt(TOpenCLValue *X);

Compute (1/X)^2.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::InvSqrt

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