O2scl : Function List
Swap of the first \( (M,N) \) elements in two matrices.
This function swaps the elements of v1 and v2, one element at a time.
v1
v2
Swap two elements in a matrix.
This function swaps the element (i1,j1) and element (i2,j2) of matrix m1.
(i1,j1)
(i2,j2)
m1