TOpenCLValue *RealToCplx(TOpenCLValue *ReVec, TOpenCLValue *ImVec) const;
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 results are stored in the calling object. Size and clValue::Complex properties of the calling object are set implicitly to match ReVec and ImVec objects. An exception is raised if ReVec or ImVec clValue::Complex property is True.
See Also: clValue::CplxToReal
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler