Go to the documentation of this file.
36 #ifndef MAT_ALLOCATE_HEADER
37 #define MAT_ALLOCATE_HEADER
double * allocateElements< double >(int n)
Definition: allocate.cc:56
float * allocateElements< float >(int n)
Definition: allocate.cc:44
Code for AllocatorManager class used for memory allocation/deallocation in matrix library....
void free(Treal *ptr)
Definition: AllocatorManager.h:121
Code for memory allocation/deallocation routines used by matrix library.
Definition: allocate.cc:39
Treal * alloc(size_t n)
Definition: AllocatorManager.h:73
T * allocateElements(int n)
Definition: allocate.h:42
static AllocatorManager & instance()
void freeElements(float *ptr)
Definition: allocate.cc:49