MtxExpr::Conj Function

Overload List

#SignatureDescription
1Vector Conj(TVec *X);Return complex conjugate of the source.
2Matrix Conj(TMtx *X);Return complex conjugate of the source.

Overload 1: Vector Conj(TVec *X);

Return complex conjugate of the source.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Matrix::Conj

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

Overload 2: Matrix Conj(TMtx *X);

Return complex conjugate of the source.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Conj

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