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