|
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. |
References fftw_free().
Referenced by fftw_free().
Call to fftw_malloc, with type cast.
| n | is the number of type realT elements, not the number of bytes. |
References fftw_malloc().
Referenced by fftw_malloc(), and mx::sigproc::averagePeriodogram< realT >::resize().