Overload List
Overload 1: TOpenCLBase *ThresholdGT(TOpenCLBase *Vec, const double GTLevel, const double GTValue, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | GTLevel | const double | |
| 3 | GTValue | const double | |
| 4 | VecIndex | int | |
| 5 | Index | int | |
| 6 | Len | int |
Overload 2: TOpenCLBase *ThresholdGT(TOpenCLBase *Vec, const double GTLevel, const TCplx >Value, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | GTLevel | const double | |
| 3 | GTValue | const TCplx & | |
| 4 | VecIndex | int | |
| 5 | Index | int | |
| 6 | Len | int |
Overload 3: TOpenCLMtxVec *ThresholdGT(const double GTLevel, const double GTValue);
Threshold greater than operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | GTLevel | const double | |
| 2 | GTValue | const double |
Perform operation on all calling object values. The GTValue parameter is an upper bound for threshold operation. All values bigger than LTLevel will be replaced with GTValue. For complex number comparation is applied with norm of complex value.
Overload 4: TOpenCLMtxVec *ThresholdGT(const double GTLevel, const double GTValue, int Index, int Len);
Perfrom "greater than" threshold operation on the calling object values in range [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | GTLevel | const double | |
| 2 | GTValue | const double | |
| 3 | Index | int | |
| 4 | Len | int |
An exception is raised if array borders are overrun/underrun.
Overload 5: TOpenCLMtxVec *ThresholdGT(TOpenCLMtxVec *Vec, const double GTLevel, const double GTValue);
Perform "greater than" threshold operation on all Vec object values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLMtxVec * | |
| 2 | GTLevel | const double | |
| 3 | GTValue | const double |
Store the results in calling object. Size and TOpenCLBase::Complex properties of the calling object are adjusted automatically.
Overload 6: TOpenCLMtxVec *ThresholdGT(TOpenCLMtxVec *Vec, const double GTLevel, const double GTValue, int VecIndex, int Index, int Len);
Perform "greater than" threshold operation on Vec elements from range [VecIndex]..[VecIndex+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLMtxVec * | |
| 2 | GTLevel | const double | |
| 3 | GTValue | const double | |
| 4 | VecIndex | int | |
| 5 | Index | int | |
| 6 | Len | int |
Store the results in the calling object elements [Index]..[Index+Len-1]. Size and TOpenCLBase::Complex properties of the calling object must be set explicitly. An exception is raised if array borders are overrun/underrun. An exception will be raised if Vec.Complex and Complex of the calling object are not equal.
Overload 7: TOpenCLMtxVec *ThresholdGT(const double GTLevel, const TCplx >Value);
Perfrom "greater than" threshold operation for complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | GTLevel | const double | |
| 2 | GTValue | const TCplx & |
If the calling object contains none Complex values, an exception will be raised.
Overload 8: TOpenCLMtxVec *ThresholdGT(const double GTLevel, const TCplx >Value, int Index, int Len);
Perfrom "greater than" threshold operation for complex numbers on the calling object values in range [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | GTLevel | const double | |
| 2 | GTValue | const TCplx & | |
| 3 | Index | int | |
| 4 | Len | int |
An exception is raised if array borders are overrun/underrun. If the calling object contains none Complex values, an exception will be raised.
Overload 9: TOpenCLMtxVec *ThresholdGT(TOpenCLMtxVec *Vec, const double GTLevel, const TCplx >Value);
Perform "greater than" threshold operation for complex numbers on all Vec object values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLMtxVec * | |
| 2 | GTLevel | const double | |
| 3 | GTValue | const TCplx & |
Store the results in calling object. Size and TOpenCLBase::Complex properties of the calling object are adjusted automatically. If Vec object contains none Complex values, an exception will be raised.
Overload 10: TOpenCLMtxVec *ThresholdGT(TOpenCLMtxVec *Vec, const double GTLevel, const TCplx >Value, int VecIndex, int Index, int Len);
Perform "greater than" threshold operation for complex numbers on Vec elements from range [VecIndex]..[VecIndex+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLMtxVec * | |
| 2 | GTLevel | const double | |
| 3 | GTValue | const TCplx & | |
| 4 | VecIndex | int | |
| 5 | Index | int | |
| 6 | Len | int |
Store the results in the calling object elements [Index]..[Index+Len-1]. Size and TOpenCLBase::Complex properties of the calling object must be set explicitly. An exception is raised if array borders are overrun/underrun. If Vec object or calling object contain none Complex values, an exception will be raised.