Overload List
Overload 1: TOpenCLBase *Add(TOpenCLBase *Vec, const double Value, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | Value | const double | |
| 3 | VecIndex | int | |
| 4 | Index | int | |
| 5 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLBase *Add(TOpenCLBase *Vec, const TCplx &Value, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | Value | const TCplx & | |
| 3 | VecIndex | int | |
| 4 | Index | int | |
| 5 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 3: TOpenCLBase *Add(TOpenCLBase *Vec1, TOpenCLBase *Vec2, int Vec1Index, int Vec2Index, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec1 | TOpenCLBase * | |
| 2 | Vec2 | TOpenCLBase * | |
| 3 | Vec1Index | int | |
| 4 | Vec2Index | int | |
| 5 | Index | int | |
| 6 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 4: TOpenCLValue *Add(TOpenCLValue *Src1, TOpenCLValue *Src2);
Add Src1 and Src1.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src1 | TOpenCLValue * | |
| 2 | Src2 | TOpenCLValue * |
Remarks:
The results are stored in the calling object. FloatPrecision and TOpenCLBase::Complex properties of the calling object are set implicitly to match Vec1 and Vec2 vectors.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler
Overload 5: TOpenCLValue *Add(TOpenCLValue *Vec, double Value);
Adds Value to Vec.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue * | |
| 2 | Value | double |
Remarks:
Stores the result in the calling object. FloatPrecision and TOpenCLBase::Complex properties of the calling object are set automatically.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler
Overload 6: TOpenCLValue *Add(TOpenCLValue *Vec, TCplx Value);
Adds complex Value to Vec.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue * | |
| 2 | Value | TCplx |
Remarks:
Store the result to 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