Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Productc(); | Elements product. |
| 2 | TCplx Productc(int Index, int Len); | Returns the complex product for calling object complex elements [Index]..[Index+Len-1]. |
Overload 1: TCplx Productc();
Elements product.
Returns: the complex product of all calling object complext elements.
Remarks:
An exception is raised if calling object TOpenCLBase::Complex property is false.
See Also: TOpenCLMatrix::Product
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TCplx Productc(int Index, int Len);
Returns the complex product for calling object complex elements [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Remarks:
An exception is raised if array borders are overrun or underrun or if TOpenCLBase::Complex propety is false.
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler