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