Skip to content

pysofft.fftw

pysofft.fftw

Wrapper for fftw options

Attributes:

Name Type Description
flags namedtuple

Contains fftw planner flags.

Functions:

Name Description
set_wisdom_file_path

Set the file path to which fftw wisdom data is saved.

load_wisdom_from_file

Load fftw wisdom data.

save_wisdom_to_file

Save fftw wisdom data.

set_wisdom_file_path(file_path) [source]

Set the file path to which fftw wisdom data is saved.

Parameters:

Name Type Description Default
file_path str

Well it's what the name suggests…

required

load_wisdom_from_file() [source]

Load fftw wisdom data.

save_wisdom_to_file() [source]

Save fftw wisdom data. Only works from from the master process to prevent race conditions and file corruption.