Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double Sum(TOpenCLMatrix X) | Returns the sum of elements in the source data. |
| 2 | Double Sum(TOpenCLVector X) | Returns the sum of elements in the source data. |
Overload 1: Double Sum(TOpenCLMatrix X)
Returns the sum of elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: Double
Remarks:
Internally calls Dew.Math.clMatrix.Sum
Overload 2: Double Sum(TOpenCLVector X)
Returns the sum of elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: Double
Remarks:
Internally calls Dew.Math.clVector.Sum