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