Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Size(int ALength, TclFloatPrecision aPrecision, bool AComplex) const; | |
| 2 | void Size(TOpenCLMtxVec *Src, bool AComplex) const; | |
| 3 | void Size(TOpenCLBase *Src) const; |
Overload 1: void Size(int ALength, TclFloatPrecision aPrecision, bool AComplex) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALength | int | |
| 2 | aPrecision | TclFloatPrecision | |
| 3 | AComplex | bool |
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: void Size(TOpenCLMtxVec *Src, bool AComplex) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMtxVec * | |
| 2 | AComplex | bool |
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: void Size(TOpenCLBase *Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase * |
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler