ClMtxExpr::IntPower Function

Overload List

#SignatureDescription
1clVector IntPower(TOpenCLVector *Base, int Exponent);Compute the integer power function.
2clMatrix IntPower(TOpenCLMatrix *Base, int Exponent);Compute the integer power function.
3clValue IntPower(TOpenCLValue *Base, int Exponent);Compute the integer power function.

Overload 1: clVector IntPower(TOpenCLVector *Base, int Exponent);

Compute the integer power function.

#NameTypeDescription
1BaseTOpenCLVector *
2Exponentint
Remarks:

Internally calls clVector::IntPower

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

Overload 2: clMatrix IntPower(TOpenCLMatrix *Base, int Exponent);

Compute the integer power function.

#NameTypeDescription
1BaseTOpenCLMatrix *
2Exponentint
Remarks:

Internally calls clMatrix::IntPower

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

Overload 3: clValue IntPower(TOpenCLValue *Base, int Exponent);

Compute the integer power function.

#NameTypeDescription
1BaseTOpenCLValue *
2Exponentint
Remarks:

Internally calls clValue::IntPower

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