source/matrix/allocate.cc File Reference

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

#include "allocate.h"
#include "AllocatorManager.h"

Namespaces

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

Detailed Description

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


Generated on 10 Jul 2018 for ergo by  doxygen 1.6.1