Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src, int Index, int Len); | Copies array content. |
| 2 | TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src); | Copies array content. |
| 3 | TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src, int Index, int Len); | Copies array content. |
| 4 | TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src); | Copies array content. |
Overload 1: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src, int Index, int Len);
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<float> & | |
| 2 | Index | int | |
| 3 | Len | int |
Copies Len complex elements from the Src array and stores them in the complex calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.
Overload 2: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src);
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<float> & |
Sets the size of the object to match the size of the Src array and copies the contents in to the calling object. The complex property is set to True.
Overload 3: TOpenCLMtxVec *CopyCplxFromArray(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 |
Copies Len complex elements from the Src array and stores them in the complex calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.
Overload 4: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src);
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<double> & |
Sets the size of the object to match the size of the Src array and copies the contents in to the calling object. The complex property is set to True.