Go to the documentation of this file.
31 #include <m4ri/m4ri_config.h>
42 void mzd_print(
mzd_t const *M);
53 void mzd_info(
const mzd_t *A,
int do_rank);
55 #if __M4RI_HAVE_LIBPNG
67 mzd_t * mzd_from_png(
const char *fn,
int verbose);
93 int mzd_to_png(
const mzd_t *A,
const char *fn,
int compression_level,
const char *comment,
int verbose);
95 #endif //__M4RI_HAVE_LIBPNG
135 mzd_t *mzd_from_jcf(
const char *fn,
int verbose);