Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src) const; | |
| 2 | TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src) const; |
Overload 1: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<float> & |
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<double> & |
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler