TMtx::SizeToArray Method

Overload List

#SignatureDescription
1void SizeToArray(DewArray<TCplx> &Dst);Sizes the array.
2void SizeToArray(DewArray<TSCplx> &Dst);Sizes the array.
3void SizeToArray(DewArray2D<TCplx> &Dst);Sizes the Dst array to match the matrix.
4void SizeToArray(DewArray2D<TSCplx> &Dst);
5void SizeToArray(DewArray2D<double> &Dst);Sizes the Dst array to match the size of the matrix.
6void SizeToArray(DewArray2D<float> &Dst);
7void SizeToArray(DewArray<double> &Dst);Sizes double precision array.
8void SizeToArray(DewArray<float> &Dst);Size single precision array.
9void SizeToArray(DewArray<int> &Dst);Sizes integer array.
10void SizeToArray(DewArray<unsigned short> &Dst);Sizes integer array.
11void SizeToArray(DewArray<short> &Dst);Sizes integer array.
12void SizeToArray(DewArray<unsigned char> &Dst);Sizes integer array.

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

Sizes the array.

#NameTypeDescription
1DstDewArray<TCplx> &
Remarks:

Sizes the Dst array so that it can hold all the values stored in the calling object. If the TMtx::Complex property is false an exception will be raised.

Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler

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

Sizes the array.

#NameTypeDescription
1DstDewArray<TSCplx> &
Remarks:

Sizes the Dst array so that it can hold all the values stored in the calling object. If the TMtx::Complex property is false an exception will be raised.

Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler

Overload 3: void SizeToArray(DewArray2D<TCplx> &Dst);

Sizes the Dst array to match the matrix.

#NameTypeDescription
1DstDewArray2D<TCplx> &
Remarks:

Sizes the Dst array to match the size of the matrix.

Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler

Overload 4: void SizeToArray(DewArray2D<TSCplx> &Dst);

#NameTypeDescription
1DstDewArray2D<TSCplx> &
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler

Overload 5: void SizeToArray(DewArray2D<double> &Dst);

Sizes the Dst array to match the size of the matrix.

#NameTypeDescription
1DstDewArray2D<double> &
Remarks:

The rows will have two times as many columns, if the calling matrix object is Complex.

Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler

Overload 6: void SizeToArray(DewArray2D<float> &Dst);

#NameTypeDescription
1DstDewArray2D<float> &
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler

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

Sizes double precision array.

#NameTypeDescription
1DstDewArray<double> &
Remarks:

If the TMtx::Complex property is true the Length of the Dst array will be 2*TMtx::Length.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler

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

Size single precision array.

#NameTypeDescription
1DstDewArray<float> &
Remarks:

If the TMtx::Complex property is true the Length of the Dst array will be 2*TMtx::Length.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler

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

Sizes integer array.

#NameTypeDescription
1DstDewArray<int> &
Remarks:

If the TMtx::Complex property is true the Length of the Dst array will be 2*TMtx::Length.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler

Overload 10: void SizeToArray(DewArray<unsigned short> &Dst);

Sizes integer array.

#NameTypeDescription
1DstDewArray<unsigned short> &
Remarks:

If the TMtx::Complex property is true the Length of the Dst array will be 2*TMtx::Length.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler

Overload 11: void SizeToArray(DewArray<short> &Dst);

Sizes integer array.

#NameTypeDescription
1DstDewArray<short> &
Remarks:

If the TMtx::Complex property is true the Length of the Dst array will be 2*TMtx::Length.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler

Overload 12: void SizeToArray(DewArray<unsigned char> &Dst);

Sizes integer array.

#NameTypeDescription
1DstDewArray<unsigned char> &
Remarks:

If the TMtx::Complex property is true the Length of the Dst array will be 2*TMtx::Length.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler