Matrix::Adopt Method

Overload List

#SignatureDescription
1void Adopt(TMtx *Src) const;Adopts TMtx object.
2void Adopt(const DewArray<double> &aArray, int aIndex, int aRows, int aCols, bool aIsComplex) const;

Overload 1: void Adopt(TMtx *Src) const;

Adopts TMtx object.

#NameTypeDescription
1SrcTMtx *
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;

#NameTypeDescription
1aArrayconst DewArray<double> &
2aIndexint
3aRowsint
4aColsint
5aIsComplexbool
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler