-
- Downloads
Replace FaustCore and FaustCoreCplx classes by a unique FaustCoreGen pyx class...
Replace FaustCore and FaustCoreCplx classes by a unique FaustCoreGen pyx class to enhance the genericity of the python wrappers (no code duplicates for complex and double). Minor change: randFaust refactored to be added to the generic FaustAlgoGen class.
Showing
- wrapper/python/CMakeLists.txt 12 additions, 14 deletionswrapper/python/CMakeLists.txt
- wrapper/python/pyfaust.py 61 additions, 20 deletionswrapper/python/pyfaust.py
- wrapper/python/src/_FaustAlgoCplxDbl.pyx 1 addition, 1 deletionwrapper/python/src/_FaustAlgoCplxDbl.pyx
- wrapper/python/src/_FaustAlgoGen.pyx.in 13 additions, 0 deletionswrapper/python/src/_FaustAlgoGen.pyx.in
- wrapper/python/src/_FaustCoreGen.pyx.in 180 additions, 254 deletionswrapper/python/src/_FaustCoreGen.pyx.in
- wrapper/python/src/_FaustCorePy.pyx 39 additions, 711 deletionswrapper/python/src/_FaustCorePy.pyx
- wrapper/python/src/_FaustCorePyGPU.pyx 4 additions, 4 deletionswrapper/python/src/_FaustCorePyGPU.pyx
Loading
Please register or sign in to comment