TOpenCLMatrix::Sumc Method

Overload List

#SignatureDescription
1TCplx Sumc();Sum (complex value).
2TCplx Sumc(int Index, int Len);Returns the complex sum of calling object complex elements [Index]..[Index+Len-1].

Overload 1: TCplx Sumc();

Sum (complex value).

Returns: the complex sum of all calling object complex elements.

Remarks:

An exception is raised if calling object TOpenCLBase::Complex property is False.

See Also: TOpenCLMatrix::Sum
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TCplx Sumc(int Index, int Len);

Returns the complex sum of calling object complex elements [Index]..[Index+Len-1].

#NameTypeDescription
1Indexint
2Lenint
Remarks:

An exception is raised if calling object TOpenCLBase::Complex property is False or array borders are overrun/underrun.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler