Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void set_Values(const int Indx, const double Value); | |
| 2 | void set_Values(const int RowIdx, const int ColIdx, const double Value); |
Overload 1: void set_Values(const int Indx, const double Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Indx | const int | |
| 2 | Value | const double |
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler
Overload 2: void set_Values(const int RowIdx, const int ColIdx, const double Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | RowIdx | const int | |
| 2 | ColIdx | const int | |
| 3 | Value | const double |
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler