TOpenCLVector::CopyCplxFromArray Method

Overload List

#SignatureDescription
1TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src, int Index, int Len);Copies array content.
2TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src);Copies array content.
3TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src, int Index, int Len);Copies array content.
4TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src);Copies array content.

Overload 1: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src, int Index, int Len);

Copies array content.

#NameTypeDescription
1Srcconst DewArray<float> &
2Indexint
3Lenint
Remarks:

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.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<float> &Src);

Copies array content.

#NameTypeDescription
1Srcconst DewArray<float> &
Remarks:

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.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler

Overload 3: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src, int Index, int Len);

Copies array content.

#NameTypeDescription
1Srcconst DewArray<double> &
2Indexint
3Lenint
Remarks:

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.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler

Overload 4: TOpenCLMtxVec *CopyCplxFromArray(const DewArray<double> &Src);

Copies array content.

#NameTypeDescription
1Srcconst DewArray<double> &
Remarks:

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.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler