Header to include: imat.h
The Imat structure
LIST FUNCTIONS FROM imat.c
The Imat structure is described by:
typedef struct imodel_matrix { float *data; int dim; /* is 2D or 3D */ int size; }Imat;
DESCRIBE FUNCTIONS FROM imat.c