TMtx::set_CValues Method

Overload List

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

Overload 1: void set_CValues(const int Indx, const TCplx &Value);

#NameTypeDescription
1Indxconst int
2Valueconst TCplx &
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler

Overload 2: void set_CValues(const int RowIdx, const int ColIdx, const TCplx &Value);

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