#ifndef FMPZ_MAT_H_ #define FMPZ_MAT_H_ #include #include #include #include char* fq_mat_get_str(const fq_mat_t mat, const fq_ctx_t ctx); char* fq_mat_get_str_pretty(const fq_mat_t mat, const fq_ctx_t ctx); #endif // FQ_MAT_H_