Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Adopt(TVec *Src) const; | Adopts TVec object. |
| 2 | void Adopt(DewArray<double> aArray, int aIndex, int ALength, bool aIsComplex) const; |
Overload 1: void Adopt(TVec *Src) const;
Adopts TVec object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * |
Remarks:
Src object will be adopted by Vector. When the Vector gets out of scope, the Src object will be freed.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: void Adopt(DewArray<double> aArray, int aIndex, int ALength, bool aIsComplex) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aArray | DewArray<double> | |
| 2 | aIndex | int | |
| 3 | ALength | int | |
| 4 | aIsComplex | bool |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler