TMtx::SizeFromArray Method

Overload List

#SignatureDescription
1void SizeFromArray(const DewArray2D<TCplx> &Src);Sizes the calling matrix to match the size of the array.
2void SizeFromArray(const DewArray2D<TSCplx> &Src);
3void SizeFromArray(const DewArray2D<double> &Src);Sizes the calling matrix to match the size of the array.
4void SizeFromArray(const DewArray2D<float> &Src);

Overload 1: void SizeFromArray(const DewArray2D<TCplx> &Src);

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

#NameTypeDescription
1Srcconst DewArray2D<TCplx> &
Remarks:

Sizes the calling matrix to match the size of the array. Complex property is set to true. IsDouble property value is preserved.

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

Overload 2: void SizeFromArray(const DewArray2D<TSCplx> &Src);

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

Overload 3: void SizeFromArray(const DewArray2D<double> &Src);

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

#NameTypeDescription
1Srcconst DewArray2D<double> &
Remarks:

Complex property is set to false. IsDouble property value is preserved.

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

Overload 4: void SizeFromArray(const DewArray2D<float> &Src);

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