Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector ExtendToComplex(TVec *X, bool Zeros = true); | Extend the source to complex numbers. |
| 2 | Matrix ExtendToComplex(TMtx *X, bool Zeros = true); | Extend the source to complex numbers. |
Overload 1: Vector ExtendToComplex(TVec *X, bool Zeros = true);
Extend the source to complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | |
| 2 | Zeros = true | bool |
Remarks:
Internally calls Vector::ExtendToComplex
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix ExtendToComplex(TMtx *X, bool Zeros = true);
Extend the source to complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * | |
| 2 | Zeros = true | bool |
Remarks:
Internally calls Matrix::ExtendToComplex
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler