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