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