TMtx *RowExchange(int i, int j) const;
Exchanges two matrix rows.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | i | int | |
| 2 | j | int |
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: Matrix::ColExchange
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler