Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *SubFrom(const double Value, TOpenCLBase *Vec, int VecIndex, int Index, int Len); | |
| 2 | TOpenCLBase *SubFrom(const TCplx &Value, TOpenCLBase *Vec, int VecIndex, int Index, int Len); | |
| 3 | TOpenCLValue *SubFrom(double Value, TOpenCLValue *Vec); | Substract Vec elements from Value. |
| 4 | TOpenCLValue *SubFrom(TCplx Value, TOpenCLValue *Vec); | Substract Vec from Value. |
Overload 1: TOpenCLBase *SubFrom(const double Value, TOpenCLBase *Vec, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const double | |
| 2 | Vec | TOpenCLBase * | |
| 3 | VecIndex | int | |
| 4 | Index | int | |
| 5 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLBase *SubFrom(const TCplx &Value, TOpenCLBase *Vec, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const TCplx & | |
| 2 | Vec | TOpenCLBase * | |
| 3 | VecIndex | int | |
| 4 | Index | int | |
| 5 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 3: TOpenCLValue *SubFrom(double Value, TOpenCLValue *Vec);
Substract Vec elements from Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | double | |
| 2 | Vec | TOpenCLValue * |
Remarks:
Stores the result in the calling object. FloatPrecision and TOpenCLBase::Complex properties of calling object are adjusted automatically.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler
Overload 4: TOpenCLValue *SubFrom(TCplx Value, TOpenCLValue *Vec);
Substract Vec from Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | TCplx | |
| 2 | Vec | TOpenCLValue * |
Remarks:
Stores the result in the calling object. Size property of the calling object is set automatically. TOpenCLBase::Complex property of the calling object is set to True.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler