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