Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector FlipConj(TVec *X); | Exchange the real and imaginary parts of complex numbers and conjugate. |
| 2 | Matrix 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::FlipConj
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler