You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > Power Method > TOpenCLMtxVec.Power Method (TOpenCLMtxVec, TOpenCLMtxVec)
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMtxVec.Power Method (TOpenCLMtxVec, TOpenCLMtxVec)

Raises each of Base object elements to corresponding power, stored in Exponenet elements.

Pascal
function Power(const Base: TOpenCLMtxVec; const Exponent: TOpenCLMtxVec): TOpenCLMtxVec; overload;

Power[i] = Base[i]^Exponent[i] 

 

Size and TOpenCLBase.ComplexComplexproperty of calling object are adjusted automatically. An exception is raised if Base and Exponent sizes do not match.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!