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