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. |
| 3 | void CopyFromArray(const DewArray<float> &Src, int Index, int Len); | Copies array content. |
| 4 | void CopyFromArray(const DewArray<float> &Src); | Copies array content. |
| 5 | void CopyFromArray(const DewArray<double> &Src); | Copies array content. |
| 6 | void CopyFromArray(const DewArray<TCplx> &Src); | Copies array content. |
| 7 | TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<float> &Src); | |
| 8 | TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<double> &Src); | |
| 9 | TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<TCplx> &Src); |
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 |
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.
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 |
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.
Overload 3: void CopyFromArray(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 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.
Overload 4: void CopyFromArray(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.
Overload 5: void CopyFromArray(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.
Overload 6: void CopyFromArray(const DewArray<TCplx> &Src);
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<TCplx> & |
Sets the size of the object to match the size of the Src array and copies the contents in to the calling object.
Overload 7: TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<float> &Src);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | int | |
| 2 | aCols | int | |
| 3 | Src | const DewArray<float> & |
Overload 8: TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<double> &Src);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | int | |
| 2 | aCols | int | |
| 3 | Src | const DewArray<double> & |
Overload 9: TOpenCLMtxVec *CopyFromArray(int aRows, int aCols, const DewArray<TCplx> &Src);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | int | |
| 2 | aCols | int | |
| 3 | Src | const DewArray<TCplx> & |