TOpenCLMtxVec *PowerVec(TOpenCLMtxVec *Base, TOpenCLMtxVec *Exponent) const;
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 clMatrix::Complex property is True.
See Also: clMatrix::Power
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler