TOpenCLMatrix::SizeToArray Method

Overload List

#SignatureDescription
1void SizeToArray(DewArray<TSCplx> &Dst, int Len);
2void SizeToArray(DewArray<float> &Dst);Sets the size of the array to match the size of the object.
3void SizeToArray(DewArray<double> &Dst);Sets the size of the array to match the size of the object.
4void SizeToArray(DewArray<TCplx> &Dst);Sets the size of the array to match the size of the object.
5void SizeToArray(DewArray<int> &Dst);Sets the size of the array to match the size of the object.
6void SizeToArray(DewArray<int> &Dst, int Len);Sets the size of the array considering the value of the Complex property.
7void SizeToArray(DewArray<float> &Dst, int Len);Sets the size of the array considering the value of the Complex property.
8void SizeToArray(DewArray<double> &Dst, int Len);Sets the size of the array considering the value of the Complex property.
9void SizeToArray(DewArray<TCplx> &Dst, int Len);Sets the size of the array considering the value of the Complex property.

Overload 1: void SizeToArray(DewArray<TSCplx> &Dst, int Len);

#NameTypeDescription
1DstDewArray<TSCplx> &
2Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: void SizeToArray(DewArray<float> &Dst);

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstDewArray<float> &
Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

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

Overload 3: void SizeToArray(DewArray<double> &Dst);

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstDewArray<double> &
Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

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

Overload 4: void SizeToArray(DewArray<TCplx> &Dst);

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstDewArray<TCplx> &
Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

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

Overload 5: void SizeToArray(DewArray<int> &Dst);

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstDewArray<int> &
Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

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

Overload 6: void SizeToArray(DewArray<int> &Dst, int Len);

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstDewArray<int> &
2Lenint
Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.

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

Overload 7: void SizeToArray(DewArray<float> &Dst, int Len);

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstDewArray<float> &
2Lenint
Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.

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

Overload 8: void SizeToArray(DewArray<double> &Dst, int Len);

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstDewArray<double> &
2Lenint
Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.

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

Overload 9: void SizeToArray(DewArray<TCplx> &Dst, int Len);

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstDewArray<TCplx> &
2Lenint
Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.

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