clMatrix::PowerVec Method

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

Raises Base object elements to Exponent object elements power.

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