MatrixInt::SizeToArray Method

Overload List

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

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

Sizes complex array.

#NameTypeDescription
1DstDewArray<TCplx> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

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

Sizes double precision array.

#NameTypeDescription
1DstDewArray<double> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

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

Size single precision array.

#NameTypeDescription
1DstDewArray<float> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

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

Sizes 4 byte signed integer array.

#NameTypeDescription
1DstDewArray<int> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

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

Sizes 2 byte unsigned integer array.

#NameTypeDescription
1DstDewArray<unsigned short> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

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

Sizes 2 byte signed integer array.

#NameTypeDescription
1DstDewArray<short> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

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

Sizes 1 byte unsigned integer array.

#NameTypeDescription
1DstDewArray<unsigned char> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 8: void SizeToArray(DewArray2D<int> &Dst) const;

Sizes the Dst array to match the matrix.

#NameTypeDescription
1DstDewArray2D<int> &
Remarks:

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

Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 9: void SizeToArray(DewArray2D<short> &Dst) const;

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

#NameTypeDescription
1DstDewArray2D<short> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 10: void SizeToArray(DewArray2D<unsigned char> &Dst) const;

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

#NameTypeDescription
1DstDewArray2D<unsigned char> &
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler