Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Maxc(TOpenCLMatrix X) | Returns the maximum of the source data. |
| 2 | TCplx Maxc(TOpenCLVector X) | Returns the maximum of the source data. |
Overload 1: TCplx Maxc(TOpenCLMatrix X)
Returns the maximum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: TCplx (complex)
Remarks:
Internally calls Dew.Math.clMatrix.Maxc
Overload 2: TCplx Maxc(TOpenCLVector X)
Returns the maximum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: TCplx (complex)
Remarks:
Internally calls Dew.Math.clVector.Maxc