Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(const DewArray2D<TCplx> &Src) const; | Sizes the calling matrix to match the size of the array. |
| 2 | void SizeFromArray(const DewArray2D<double> &Src) const; | Sizes the calling matrix to match the size of the array. |
Overload 1: void SizeFromArray(const DewArray2D<TCplx> &Src) const;
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. An exception will be raised if the calling object is not complex.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: void SizeFromArray(const DewArray2D<double> &Src) const;
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<double> & |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler