Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *PowerVec(TOpenCLBase *Base, TOpenCLBase *Exponent); | |
| 2 | TOpenCLMtxVec *PowerVec(TOpenCLMtxVec *Base, TOpenCLMtxVec *Exponent); | Raises Base object elements to Exponent object elements power. |
Overload 1: TOpenCLBase *PowerVec(TOpenCLBase *Base, TOpenCLBase *Exponent);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLBase * | |
| 2 | Exponent | TOpenCLBase * |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLMtxVec *PowerVec(TOpenCLMtxVec *Base, TOpenCLMtxVec *Exponent);
Raises Base object elements to Exponent object elements power.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLMtxVec * | |
| 2 | Exponent | TOpenCLMtxVec * |
Remarks:
Raises Base elements to Exponent elements power. Only positive exponents can be handled if exponent object TOpenCLBase::Complex property is True.
See Also: TOpenCLVector::Power
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler