#ifndef MPFR_MAT_H_ #define MPFR_MAT_H_ #include #include void mpfr_mat_swap_entrywise_(mpfr_mat_t mat1, mpfr_mat_t mat2); #endif // MPFR_MAT_H_