Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix Conj(TMtx X) | Return complex conjugate of the source. |
| 2 | Vector Conj(TVec X) | Return complex conjugate of the source. |
Overload 1: Matrix Conj(TMtx X)
Return complex conjugate of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.Conj
Overload 2: Vector Conj(TVec X)
Return complex conjugate of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Matrix.Conj