O2scl : Function List
mat_t
mat2_t
data_t
o2scl::
::
matrix_swap_double
Swap of the first \( (M,N) \) elements in two double-precision matrices.
This function swaps the elements of m1 and m2, one element at a time.
m1
m2
Swap two elements in a double-precision matrix.
This function swaps the element i and element j of matrix v1.
i
j
v1