ClMtxExpr::Imag Function

Overload List

#SignatureDescription
1clVector Imag(TOpenCLVector *X);Returns the imaginary part of the source.
2clMatrix Imag(TOpenCLMatrix *X);Returns the imaginary part of the source.
3clValue Imag(TOpenCLValue *X);Returns the imaginary part of the source.

Overload 1: clVector Imag(TOpenCLVector *X);

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::ImagPart

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

Overload 2: clMatrix Imag(TOpenCLMatrix *X);

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::ImagPart

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

Overload 3: clValue Imag(TOpenCLValue *X);

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::ImagPart

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