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