#ifndef FMPZ_MAT_H_ #define FMPZ_MAT_H_ #include #include #include #include char* fmpz_mat_get_str(const fmpz_mat_t mat); char* fmpz_mat_get_str_pretty(const fmpz_mat_t mat); #endif // FMPZ_MAT_H_