ClMtxExpr::RealPart Function

Overload List

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

Overload 1: clVector RealPart(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 RealPart(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 RealPart(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