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