ClMtxExpr::Conj Function

Overload List

#SignatureDescription
1clVector Conj(TOpenCLVector *X);Return complex conjugate of the source.
2clMatrix Conj(TOpenCLMatrix *X);Return complex conjugate of the source.
3clValue Conj(TOpenCLValue *X);Return complex conjugate of the source.

Overload 1: clVector Conj(TOpenCLVector *X);

Return complex conjugate of the source.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clMatrix::Conj

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

Overload 2: clMatrix Conj(TOpenCLMatrix *X);

Return complex conjugate of the source.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Conj

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

Overload 3: clValue Conj(TOpenCLValue *X);

Return complex conjugate of the source.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clMatrix::Conj

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