Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector ThreshTop(TOpenCLVector *X, double Value); | Limit the largest value in the source data. |
| 2 | clMatrix ThreshTop(TOpenCLMatrix *X, double Value); | Limit the largest value in the source data. |
| 3 | clValue ThreshTop(TOpenCLValue *X, double Value); | Limit the largest value in the source data. |
Overload 1: clVector ThreshTop(TOpenCLVector *X, double Value);
Limit the largest value in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | Value | double |
Remarks:
Internally calls clVector::ThreshTop
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix ThreshTop(TOpenCLMatrix *X, double Value);
Limit the largest value in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * | |
| 2 | Value | double |
Remarks:
Internally calls clMatrix::ThreshTop
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue ThreshTop(TOpenCLValue *X, double Value);
Limit the largest value in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * | |
| 2 | Value | double |
Remarks:
Internally calls clValue::ThreshTop
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler