Overload List
| # | Signature | Description |
|---|---|---|
| 1 | virtual void Size(int ALength, TclFloatPrecision aPrecision, bool AComplex); | |
| 2 | virtual void Size(TOpenCLBase *Src); | Sets the calling object to match the size of the Src object. |
| 3 | virtual TOpenCLBase *Size(TOpenCLBase *Src, bool AComplex); | Sets the calling object to match the size of the Src object, and changes Complex to aComplex if needed. |
Overload 1: virtual void Size(int ALength, TclFloatPrecision aPrecision, bool AComplex);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALength | int | |
| 2 | aPrecision | TclFloatPrecision | |
| 3 | AComplex | bool |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: virtual void Size(TOpenCLBase *Src);
Sets the calling object to match the size of the Src object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase * |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 3: virtual TOpenCLBase *Size(TOpenCLBase *Src, bool AComplex);
Sets the calling object to match the size of the Src object, and changes Complex to aComplex if needed.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase * | |
| 2 | AComplex | bool |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler