Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void CopyFromArray(const DewArray<double> &Src, int Index, int Len); | Copies array content. |
| 2 | void CopyFromArray(const DewArray<TCplx> &Src, int Index, int Len); | Copies array content. |
Overload 1: void CopyFromArray(const DewArray<double> &Src, int Index, int Len);
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<double> & | |
| 2 | Index | int | |
| 3 | Len | int |
Remarks:
Copies Len elements from the Src array and stores them in the calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: void CopyFromArray(const DewArray<TCplx> &Src, int Index, int Len);
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<TCplx> & | |
| 2 | Index | int | |
| 3 | Len | int |
Remarks:
Copies Len elements from the Src array and stores them in the calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler