Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double Max(TOpenCLVector *X); | Returns the maximum of the source data. |
| 2 | double Max(TOpenCLMatrix *X); | Returns the maximum of the source data. |
Overload 1: double Max(TOpenCLVector *X);
Returns the maximum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::Max
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: double Max(TOpenCLMatrix *X);
Returns the maximum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::Max
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler