clValue::clValue Constructor

Overload List

#SignatureDescription
1clValue();
2clValue(const clValue &aSrc);
3clValue(const TCplx &AValue);
4clValue(const double AValue);
5clValue(TOpenCLValue *AValue);

Overload 1: clValue();

Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 2: clValue(const clValue &aSrc);

#NameTypeDescription
1aSrcconst clValue &
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 3: clValue(const TCplx &AValue);

#NameTypeDescription
1AValueconst TCplx &
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 4: clValue(const double AValue);

#NameTypeDescription
1AValueconst double
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 5: clValue(TOpenCLValue *AValue);

#NameTypeDescription
1AValueTOpenCLValue *
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler