mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches

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 *);.

Function Documentation

◆ fftw_export_wisdom_to_filename()

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 *);.

Parameters
filenameis the name of the wisdom file
Return values
0on failure
1on success
Template Parameters
realTthe 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().

◆ fftw_import_system_wisdom()

template<typename realT>
int mx::math::ft::fftw_import_system_wisdom ( )

Template wrapper for fftwX_import_system_wisdom();.

Return values
0on failure
1on success
Template Parameters
realTthe real floating point type.

References fftw_import_system_wisdom().

Referenced by fftw_import_system_wisdom().

◆ fftw_import_wisdom_from_filename()

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 *);.

Parameters
filenameis the name of the wisdom file
Return values
0on failure
1on success
Template Parameters
realTthe 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().