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