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