Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(const DewArray2D<TCplx> &Src); | Sizes the calling matrix to match the size of the array. |
| 2 | void SizeFromArray(const DewArray2D<TSCplx> &Src); | |
| 3 | void SizeFromArray(const DewArray2D<double> &Src); | Sizes the calling matrix to match the size of the array. |
| 4 | void SizeFromArray(const DewArray2D<float> &Src); |
Overload 1: void SizeFromArray(const DewArray2D<TCplx> &Src);
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const 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);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const 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);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<float> & |
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler