chsvlib
chsv helper source code

◆ SwapRows()

void SwapRows ( size_type  iRow1,
size_type  iRow2 
)

Swaps the specified rows within the current matrix.

Parameters
iRow1is an index of the first row to swap.
iRow2is an index of the second row to swap.
Exceptions
Chusov::Exceptions::OutOfRangeExceptionAny of the specified indices are out of the valid range of dereferenceable indices of rows.