Template Function opensn::SwapRows
Defined in File dense_matrix.h
Function Documentation
-
template<typename TYPE>
void opensn::SwapRows(DenseMatrix<TYPE> &A, size_t r1, size_t r2) Swaps two rows of a matrix.
Defined in File dense_matrix.h
Swaps two rows of a matrix.