FourierTransformBase.clear_fftw_plan

FourierTransformBase.clear_fftw_plan(self)[source]

Delete the FFTW plan of this transform.

Raises
ValueError

If impl is not ‘pyfftw’

Notes

If no plan exists, this is a no-op.