Overload List
Overload 1: TOpenCLBase *Mul(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 *Mul(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 *Mul(TOpenCLBase *Vec, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | VecIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 4: TOpenCLBase *Mul(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 5: TOpenCLValue *Mul(TOpenCLValue *Src1, TOpenCLValue *Src2);
Multiply Src1 with Src2.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src1 | TOpenCLValue * | |
| 2 | Src2 | TOpenCLValue * |
Remarks:
Stores the result in the calling object. FloatPrecision and TOpenCLBase::Complex property of calling object are adjusted automatically to match those of Vec1 and Vec2. An exception is raised if Vec1 and Vec2 FloatPrecision and TOpenCLBase::Complex property do not match.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler
Overload 6: TOpenCLValue *Mul(TOpenCLValue *Vec, double Value);
Multiply Vec with Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue * | |
| 2 | Value | double |
Remarks:
Stores the result in to the calling object. FloatPrecision and TOpenCLBase::Complex properties of the calling object are adjusted automatically.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler
Overload 7: TOpenCLValue *Mul(TOpenCLValue *Vec, TCplx Value);
Multiply Vec with Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue * | |
| 2 | Value | TCplx |
Remarks:
Stores the result in to the calling object. FloatPrecision and TOpenCLBase::Complex properties of the calling object are adjusted automatically.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler