Luke2336 / FFT_pybind11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux

g++ -O3 -Wall -shared -std=c++11 -fPIC `python3 -m pybind11 --includes` _FFT.cpp -o _FFT`python3-config --extension-suffix`

Mac

g++ -O3 -Wall -shared -std=c++11 -undefined dynamic_lookup `python3 -m pybind11 --includes` _FFT.cpp -o _FFT`python3-config --extension-suffix` 

About


Languages

Language:C++ 91.1%Language:Python 8.9%