LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
periodfind/__init__.py
periodfind/_utils.py
periodfind/aov.cpp
periodfind/aov.pyx
periodfind/ce.cpp
periodfind/ce.pyx
periodfind/fpw.cpp
periodfind/fpw.pyx
periodfind/ls.cpp
periodfind/ls.pyx
periodfind.egg-info/PKG-INFO
periodfind.egg-info/SOURCES.txt
periodfind.egg-info/dependency_links.txt
periodfind.egg-info/not-zip-safe
periodfind.egg-info/requires.txt
periodfind.egg-info/top_level.txt
periodfind/cpu/__init__.py
periodfind/cuda/aov.cu
periodfind/cuda/aov.h
periodfind/cuda/ce.cu
periodfind/cuda/ce.h
periodfind/cuda/errchk.cuh
periodfind/cuda/fpw.cu
periodfind/cuda/fpw.h
periodfind/cuda/ls.cu
periodfind/cuda/ls.h
periodfind/gpu/__init__.py
tests/test_cpu_standalone.py
tests/test_cpu_vs_cuda.py
tests/test_periodfind.py