Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector ExtendToComplex(TOpenCLVector *X, bool Zeros = true); | Extend the source to complex numbers. |
| 2 | clMatrix ExtendToComplex(TOpenCLMatrix *X, bool Zeros = true); | Extend the source to complex numbers. |
Overload 1: clVector ExtendToComplex(TOpenCLVector *X, bool Zeros = true);
Extend the source to complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | Zeros = true | bool |
Remarks:
Internally calls clVector::ExtendToComplex
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix ExtendToComplex(TOpenCLMatrix *X, bool Zeros = true);
Extend the source to complex numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * | |
| 2 | Zeros = true | bool |
Remarks:
Internally calls clMatrix::ExtendToComplex
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler