27 #ifndef MAT_ALLOCATE_HEADER
28 #define MAT_ALLOCATE_HEADER
T * allocateElements(int n)
Definition: allocate.h:33
double * allocateElements< double >(int n)
Definition: allocate.cc:47
float * allocateElements< float >(int n)
Definition: allocate.cc:35
void freeElements(float *ptr)
Definition: allocate.cc:40