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