clValue::InvSqrt Method

TOpenCLValue *InvSqrt(TOpenCLValue *X) const;

The inverse of square root 1/(v)^1/2.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Calculate the inverse square root 1/(element)^(1/2)) of X.

See Also: clValue::Sqrt
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler