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