Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CInv(const TCplx &X); | The 1/Z. |
| 2 | TSCplx CInv(const TSCplx &X); | |
| 3 | void CInv(const TCplx &X, TCplx &result); | The 1/Z. |
| 4 | void CInv(const TSCplx &X, TSCplx &result); |
Overload 1: TCplx CInv(const TCplx &X);
The 1/Z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the 1/X: X becomes 1/X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx CInv(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: void CInv(const TCplx &X, TCplx &result);
The 1/Z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & | Defines the input parameter for inverting. |
| 2 | result | TCplx & | Stores the result of inverting: X becomes: 1/X |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler