Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SetSubRangeLevel(int Index, int Len) const; | Defines a sub Matrix/matrix and pushes the stack. |
| 2 | void 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TDenseMtxVec * | |
| 2 | Index | int | |
| 3 | Len | int |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler