-
- Downloads
Split the pyx code of the python wrappers in real and complex parts. Make the...
Split the pyx code of the python wrappers in real and complex parts. Make the support of complex optional with BUILD_CPLX_PYX new cmake building option. It needed a lot of refactoring and small adjustments over the code. New _Faust_CorePyCplx.pyx file.
Showing
- CMakeLists.txt 2 additions, 2 deletionsCMakeLists.txt
- misc/test/src/Python/test_FaustPy.py 1 addition, 0 deletionsmisc/test/src/Python/test_FaustPy.py
- wrapper/python/CMakeLists.txt 13 additions, 1 deletionwrapper/python/CMakeLists.txt
- wrapper/python/pyfaust.py 25 additions, 15 deletionswrapper/python/pyfaust.py
- wrapper/python/pyfaust/fact.py 87 additions, 35 deletionswrapper/python/pyfaust/fact.py
- wrapper/python/pyfaust/factparams.py 40 additions, 12 deletionswrapper/python/pyfaust/factparams.py
- wrapper/python/pyfaust/poly.py 25 additions, 9 deletionswrapper/python/pyfaust/poly.py
- wrapper/python/pyfaust/proj.py 12 additions, 2 deletionswrapper/python/pyfaust/proj.py
- wrapper/python/pyfaust/tests/TestPoly.py 7 additions, 7 deletionswrapper/python/pyfaust/tests/TestPoly.py
- wrapper/python/src/_FaustCorePy.pyx 405 additions, 1454 deletionswrapper/python/src/_FaustCorePy.pyx
- wrapper/python/src/_FaustCorePyCplx.pyx 1504 additions, 0 deletionswrapper/python/src/_FaustCorePyCplx.pyx
Loading
Please register or sign in to comment