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