36 #ifndef MAT_ALLOCATE_HEADER 37 #define MAT_ALLOCATE_HEADER Definition: allocate.cc:39
T * allocateElements(int n)
Definition: allocate.h:42
double * allocateElements< double >(int n)
Definition: allocate.cc:56
float * allocateElements< float >(int n)
Definition: allocate.cc:44
void freeElements(float *ptr)
Definition: allocate.cc:49