Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Productc(TOpenCLVector *X); | Returns the product of all elements in the source data. |
| 2 | TCplx Productc(TOpenCLMatrix *X); | Returns the product of all elements in the source data. |
Overload 1: TCplx Productc(TOpenCLVector *X);
Returns the product of all elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::Productc
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: TCplx Productc(TOpenCLMatrix *X);
Returns the product of all elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::Productc
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler