|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Wrappers for working with fftw wisdom. More...
Wrappers for working with fftw wisdom.
Functions | |
| template<typename realT> | |
| int | mx::math::ft::fftw_import_system_wisdom () |
| Template wrapper for fftwX_import_system_wisdom();. | |
| template<typename realT> | |
| int | mx::math::ft::fftw_import_wisdom_from_filename (const char *filename) |
| Template wrapper for fftwX_import_wisdom_from_filename(const char *);. | |
| template<typename realT> | |
| int | mx::math::ft::fftw_export_wisdom_to_filename (const char *filename) |
| Template wrapper for fftwX_export_wisdom_to_filename(const char *);. | |
| int mx::math::ft::fftw_export_wisdom_to_filename | ( | const char * | filename | ) |
Template wrapper for fftwX_export_wisdom_to_filename(const char *);.
| filename | is the name of the wisdom file |
| 0 | on failure |
| 1 | on success |
| realT | the real floating point type. |
References fftw_export_wisdom_to_filename().
Referenced by mx::math::ft::fftwEnvironment< realT, threads >::~fftwEnvironment(), and fftw_export_wisdom_to_filename().
| int mx::math::ft::fftw_import_system_wisdom | ( | ) |
Template wrapper for fftwX_import_system_wisdom();.
| 0 | on failure |
| 1 | on success |
| realT | the real floating point type. |
References fftw_import_system_wisdom().
Referenced by fftw_import_system_wisdom().
| int mx::math::ft::fftw_import_wisdom_from_filename | ( | const char * | filename | ) |
Template wrapper for fftwX_import_wisdom_from_filename(const char *);.
| filename | is the name of the wisdom file |
| 0 | on failure |
| 1 | on success |
| realT | the real floating point type. |
References fftw_import_wisdom_from_filename().
Referenced by mx::math::ft::fftwEnvironment< realT, threads >::fftwEnvironment(), and fftw_import_wisdom_from_filename().