Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Conj(TVec *X); | Return complex conjugate of the source. |
| 2 | Matrix Conj(TMtx *X); | Return complex conjugate of the source. |
Overload 1: Vector Conj(TVec *X);
Return complex conjugate of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Matrix::Conj
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Conj(TMtx *X);
Return complex conjugate of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::Conj
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler