ClMtxExpr::InvCbrt Function

Overload List

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

Overload 1: clVector InvCbrt(TOpenCLVector *X);

Compute (1/X)^2.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::InvCbrt

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

Overload 2: clMatrix InvCbrt(TOpenCLMatrix *X);

Compute (1/X)^2.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::InvCbrt

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

Overload 3: clValue InvCbrt(TOpenCLValue *X);

Compute (1/X)^2.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::InvCbrt

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