LIBFMSR
0.1
|
Implements various convenience functions (e.g., error reporting) More...
#include "misc.h"
Functions | |
void * | safe_malloc (size_t size) |
void | print_matrix (gf *A, gf n, gf m) |
print an n x m matrix A for debug use |
Implements various convenience functions (e.g., error reporting)
void print_matrix | ( | gf * | A, |
gf | n, | ||
gf | m | ||
) |
print an n x m matrix A for debug use
void* safe_malloc | ( | size_t | size | ) |