TMtx::set_SCValues Method

Overload List

#SignatureDescription
1void set_SCValues(const int Indx, const TSCplx &Value);
2void set_SCValues(const int RowIdx, const int ColIdx, const TSCplx &Value);

Overload 1: void set_SCValues(const int Indx, const TSCplx &Value);

#NameTypeDescription
1Indxconst int
2Valueconst 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);

#NameTypeDescription
1RowIdxconst int
2ColIdxconst int
3Valueconst TSCplx &
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler