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