-
- Downloads
Add a FaustAlgoGen pyx class to enhance the genericity of the python wrappers...
Add a FaustAlgoGen pyx class to enhance the genericity of the python wrappers (no code duplicates for complex and double). pyfaust.wht received new argument dtype to generate a Hadamard transform as a complex Faust. Adjusting the C++ code for this to work. _FaustAlgoCplxDbl.Pyx: is for functions that only exist for complex Fausts (dft).
Showing
- src/algorithm/factorization/faust_WHT.hpp 4 additions, 4 deletionssrc/algorithm/factorization/faust_WHT.hpp
- wrapper/python/CMakeLists.txt 31 additions, 2 deletionswrapper/python/CMakeLists.txt
- wrapper/python/pyfaust.py 15 additions, 6 deletionswrapper/python/pyfaust.py
- wrapper/python/pyfaust/fact.py 29 additions, 24 deletionswrapper/python/pyfaust/fact.py
- wrapper/python/pyfaust/factparams.py 6 additions, 6 deletionswrapper/python/pyfaust/factparams.py
- wrapper/python/pyfaust/poly.py 7 additions, 7 deletionswrapper/python/pyfaust/poly.py
- wrapper/python/pyfaust/proj.py 2 additions, 2 deletionswrapper/python/pyfaust/proj.py
- wrapper/python/src/_FaustAlgoCplxDbl.pyx 15 additions, 0 deletionswrapper/python/src/_FaustAlgoCplxDbl.pyx
- wrapper/python/src/_FaustAlgoGen.pyx.in 1100 additions, 0 deletionswrapper/python/src/_FaustAlgoGen.pyx.in
- wrapper/python/src/_FaustCorePy.pyx 0 additions, 1119 deletionswrapper/python/src/_FaustCorePy.pyx
- wrapper/python/src/_FaustCorePyCplx.pyx 0 additions, 1110 deletionswrapper/python/src/_FaustCorePyCplx.pyx
Loading
Please register or sign in to comment