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