|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Wrappers for fftw memory allocation and de-allocation functions. More...
Wrappers for fftw memory allocation and de-allocation functions.
Functions | |
| template<typename realT > | |
| realT * | mx::math::ft::fftw_malloc (size_t n) |
| Call to fftw_malloc, with type cast. | |
| template<typename realT > | |
| void | mx::math::ft::fftw_free (realT *p) |
| Call to fftw_free. | |
Call to fftw_free.
| p | is a pointer to the array to de-allocate. |