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