MtxExpr::FlipConj Function

Overload List

#SignatureDescription
1Vector FlipConj(TVec *X);Exchange the real and imaginary parts of complex numbers and conjugate.
2Matrix FlipConj(TMtx *X);Exchange the real and imaginary parts of complex numbers and conjugate.

Overload 1: Vector FlipConj(TVec *X);

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::FlipConj

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

Overload 2: Matrix FlipConj(TMtx *X);

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::FlipConj

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