clVector::PowerVec Method

TOpenCLMtxVec *PowerVec(TOpenCLMtxVec *aBase, TOpenCLMtxVec *Exponent) const;

Raises Base object elements to Exponent object elements power.

#NameTypeDescription
1aBaseTOpenCLMtxVec *
2ExponentTOpenCLMtxVec *
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