MtxExpr::MulI Function

Overload List

#SignatureDescription
1Vector MulI(TVec *X);Multiply the source with 1i complex number.
2Matrix MulI(TMtx *X);Multiply the source with 1i complex number.

Overload 1: Vector MulI(TVec *X);

Multiply the source with 1i complex number.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::MulI

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

Overload 2: Matrix MulI(TMtx *X);

Multiply the source with 1i complex number.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::MulI

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