Package fftw3f :: Module wisdom
[hide private]
[frames] | no frames]

Module wisdom

source code

Functions [hide private]
 
export_wisdom_to_file(filename)
Export accumulated wisdom to file given by the filename
source code
 
export_wisdom_to_string()
Returns a string with the accumulated wisdom
source code
 
import_wisdom_from_file(filename)
Imports wisdom from the file given by the filename
source code
 
import_wisdom_from_string(wisdom)
Import wisdom from the given string
source code
 
import_system_wisdom()
Import the system wisdom, this lives under /etc/fftw/wisdom on Unix/Linux systems
source code
 
forget_wisdom()
Clear all wisdom
source code
Variables [hide private]
  __package__ = 'fftw3f'