TOpenCLBase::CopyFromArray Method

Overload List

#SignatureDescription
1void CopyFromArray(const DewArray<double> &Src, int Index, int Len);Copies array content.
2void 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.

#NameTypeDescription
1Srcconst DewArray<double> &
2Indexint
3Lenint
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.

#NameTypeDescription
1Srcconst DewArray<TCplx> &
2Indexint
3Lenint
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