LIBFMSR  0.1
Functions
misc.c File Reference

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

Detailed Description

Implements various convenience functions (e.g., error reporting)

Author:
Henry Chen (chchen@cse.cuhk.edu.hk)

Function Documentation

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)
 All Data Structures Files Functions Variables Typedefs Defines