Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLValue *DivideBy(double Value, TOpenCLValue *Vec) const; | Divide Value with Vec and store the result in the calling object. |
| 2 | TOpenCLValue *DivideBy(TCplx Value, TOpenCLValue *Vec) const; | Divide complex Value with Vec and store the result in the calling object. |
Overload 1: TOpenCLValue *DivideBy(double Value, TOpenCLValue *Vec) const;
Divide Value with Vec and store the result in the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | double | |
| 2 | Vec | TOpenCLValue * |
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: TOpenCLValue *DivideBy(TCplx Value, TOpenCLValue *Vec) const;
Divide complex Value with Vec and store the result in the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | TCplx | |
| 2 | Vec | TOpenCLValue * |
Remarks:
Size of the calling object is set automatically.
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler