Matrix::SetSubRangeLevel Method

Overload List

#SignatureDescription
1void SetSubRangeLevel(int Index, int Len) const;Defines a sub Matrix/matrix and pushes the stack.
2void SetSubRangeLevel(TDenseMtxVec *Src, int Index, int Len) const;Defines a sub Matrix/matrix and pushes the stack.

Overload 1: void SetSubRangeLevel(int Index, int Len) const;

Defines a sub Matrix/matrix and pushes the stack.

#NameTypeDescription
1Indexint
2Lenint
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: void SetSubRangeLevel(TDenseMtxVec *Src, int Index, int Len) const;

Defines a sub Matrix/matrix and pushes the stack.

#NameTypeDescription
1SrcTDenseMtxVec *
2Indexint
3Lenint
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler