ClMtxExpr::MulI Function

Overload List

#SignatureDescription
1clVector MulI(TOpenCLVector *X);Multiply the source with 1i complex number.
2clMatrix MulI(TOpenCLMatrix *X);Multiply the source with 1i complex number.
3clValue MulI(TOpenCLValue *X);Multiply the source with 1i complex number.

Overload 1: clVector MulI(TOpenCLVector *X);

Multiply the source with 1i complex number.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::MulI

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

Overload 2: clMatrix MulI(TOpenCLMatrix *X);

Multiply the source with 1i complex number.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::MulI

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

Overload 3: clValue MulI(TOpenCLValue *X);

Multiply the source with 1i complex number.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::MulI

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