ergo
|
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) |
Code for memory allocation/deallocation routines used by matrix library.