source/matrix/allocate.h File Reference

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

Go to the source code of this file.

Namespaces

namespace  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.


Generated on 10 Jul 2018 for ergo by  doxygen 1.6.1