Overload List
Overload 1: TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<float> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | int | |
| 2 | aCols | int | |
| 3 | Src | const DewArray<float> & |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<double> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | int | |
| 2 | aCols | int | |
| 3 | Src | const DewArray<double> & |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<TCplx> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | int | |
| 2 | aCols | int | |
| 3 | Src | const DewArray<TCplx> & |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: TOpenCLMtxVec *CopyFromArray(const DewArray<float> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<float> & |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: TOpenCLMtxVec *CopyFromArray(const DewArray<TCplx> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<TCplx> & |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 6: TOpenCLMtxVec *CopyFromArray(const DewArray<double> &Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<double> & |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler