Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *RealToCplx(TOpenCLBase *ReVec, TOpenCLBase *ImVec, int ReIndex, int ImIndex, int Index, int Len); | |
| 2 | TOpenCLValue *RealToCplx(TOpenCLValue *ReVec, TOpenCLValue *ImVec); | Constructs a complex object from two real objects. |
Overload 1: TOpenCLBase *RealToCplx(TOpenCLBase *ReVec, TOpenCLBase *ImVec, int ReIndex, int ImIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ReVec | TOpenCLBase * | |
| 2 | ImVec | TOpenCLBase * | |
| 3 | ReIndex | int | |
| 4 | ImIndex | int | |
| 5 | Index | int | |
| 6 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *RealToCplx(TOpenCLValue *ReVec, TOpenCLValue *ImVec);
Constructs a complex object from two real objects.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ReVec | TOpenCLValue * | |
| 2 | ImVec | TOpenCLValue * |
Remarks:
Construct a complex object from the ReVec (real part) and the ImVec (imaginary part) objects. The result is stored in the calling object. FloatPrecision and TOpenCLBase::Complex properties of the calling object are set implicitly to match ReVec and ImVec objects. An exception is raised if ReVec or ImVec TOpenCLBase::Complex property is True.
See Also: TOpenCLValue::CplxToReal
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler