Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector IntPower(TOpenCLVector *Base, int Exponent); | Compute the integer power function. |
| 2 | clMatrix IntPower(TOpenCLMatrix *Base, int Exponent); | Compute the integer power function. |
| 3 | clValue IntPower(TOpenCLValue *Base, int Exponent); | Compute the integer power function. |
Overload 1: clVector IntPower(TOpenCLVector *Base, int Exponent);
Compute the integer power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLVector * | |
| 2 | Exponent | int |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLMatrix * | |
| 2 | Exponent | int |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLValue * | |
| 2 | Exponent | int |
Remarks:
Internally calls clValue::IntPower
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler