TMtxInt *ColExchange(int i, int j) const;
Exchange matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | i | int | |
| 2 | j | int |
Remarks:
Exchange the i-tj and j-th columns of the calling matrix in-place. An exception is raised if matrix bounds are overrun.
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler