Swaps the specified rows within the current matrix.
| iRow1 | is an index of the first row to swap. |
| iRow2 | is an index of the second row to swap. |
| Chusov::Exceptions::OutOfRangeException | Any of the specified indices are out of the valid range of dereferenceable indices of rows. |