Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Flip(const X: TMtx): Matrix; | Exchange the real and imaginary parts of complex numbers. |
| 2 | function Flip(const X: TVec): Vector; | Exchange the real and imaginary parts of complex numbers. |
Overload 1: function Flip(const X: TMtx): Matrix;
Exchange the real and imaginary parts of complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.Flip
Overload 2: function Flip(const X: TVec): Vector;
Exchange the real and imaginary parts of complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.Flip