Vector::Adopt Method

Overload List

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

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

Adopts TVec object.

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

#NameTypeDescription
1aArrayDewArray<double>
2aIndexint
3ALengthint
4aIsComplexbool
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler