Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ExtendToComplex(const X: TMtx; Zeros: Boolean): Matrix; | Extend the source to complex numbers. |
| 2 | function ExtendToComplex(const X: TVec; Zeros: Boolean): Vector; | Extend the source to complex numbers. |
Overload 1: function ExtendToComplex(const X: TMtx; Zeros: Boolean): Matrix;
Extend the source to complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | |
| 2 | Zeros | Boolean |
Returns: Matrix
Remarks:
Internally calls Matrix.ExtendToComplex
Overload 2: function ExtendToComplex(const X: TVec; Zeros: Boolean): Vector;
Extend the source to complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | |
| 2 | Zeros | Boolean |
Returns: Vector
Remarks:
Internally calls Vector.ExtendToComplex