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