ergo
allocate.h File Reference

Code for memory allocation/deallocation routines used by matrix library. More...

Go to the source code of this file.

Namespaces

 mat
 

Functions

template<class T >
T * mat::allocateElements (int n)
 
template<class T >
void mat::freeElements (T *ptr)
 
template<>
float * mat::allocateElements< float > (int n)
 
template<>
void mat::freeElements (float *ptr)
 
template<>
double * mat::allocateElements< double > (int n)
 
template<>
void mat::freeElements (double *ptr)
 

Detailed Description

Code for memory allocation/deallocation routines used by matrix library.