ClMtxExpr::Real Function

Overload List

#SignatureDescription
1clVector Real(TOpenCLVector *X);Returns the real part of the complex number.
2clMatrix Real(TOpenCLMatrix *X);Returns the real part of the complex number.
3clValue Real(TOpenCLValue *X);Returns the real part of the complex number.

Overload 1: clVector Real(TOpenCLVector *X);

Returns the real part of the complex number.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::RealPart

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

Overload 2: clMatrix Real(TOpenCLMatrix *X);

Returns the real part of the complex number.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::RealPart

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

Overload 3: clValue Real(TOpenCLValue *X);

Returns the real part of the complex number.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::RealPart

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