Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
scipy / fft / _pocketfft / __init__.py
Size: Mime:
""" FFT backend using pypocketfft """

from .basic import *
from .realtransforms import *
from .helper import *

from scipy._lib._testutils import PytestTester
test = PytestTester(__name__)
del PytestTester