TMtxByte::RowExchange Method

TMtxInt *RowExchange(int i, int j);

Exchanges two matrix Rows.

#NameTypeDescription
1iint
2jint
Remarks:

Exchange the i-th and j-th Rows of the calling matrix in-place. An exception is raised if matrix bounds are overrun. The indexes i and j are zero based. (the first row has index 0).

See Also: TMtxByte::ColExchange
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler