Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Sumc(X: TOpenCLMatrix): TCplx; | Returns the sum of elements in the source data. |
| 2 | function Sumc(X: TOpenCLVector): TCplx; | Returns the sum of elements in the source data. |
Overload 1: function Sumc(X: TOpenCLMatrix): TCplx;
Returns the sum of elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: TCplx (complex)
Remarks:
Internally calls clMatrix.Sumc
Overload 2: function Sumc(X: TOpenCLVector): TCplx;
Returns the sum of elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: TCplx (complex)
Remarks:
Internally calls clVector.Sumc