-
- Downloads
Implement/Document/Unit-test pyfaust wrapper function fgft_givens() binding...
Implement/Document/Unit-test pyfaust wrapper function fgft_givens() binding C++ core algos GivensFGFT and GivensFGFTParallel. - The unit tests verify that the results are the same as in C++ tests. - Add a function GivensFGFT::get_transform() in c++ core (used for the wrapper). - Change C++ tests to use FPP2==double (for the error type) as in pyfaust (necessary for wrapper unit test).
Showing
- misc/test/src/C++/GivensFGFT.cpp.in 14 additions, 1 deletionmisc/test/src/C++/GivensFGFT.cpp.in
- misc/test/src/C++/GivensFGFTParallel.cpp.in 1 addition, 1 deletionmisc/test/src/C++/GivensFGFTParallel.cpp.in
- misc/test/src/C++/unit/test_Vect_min.cpp.in 2 additions, 2 deletionsmisc/test/src/C++/unit/test_Vect_min.cpp.in
- misc/test/src/Python/test_FaustPy.py 33 additions, 0 deletionsmisc/test/src/Python/test_FaustPy.py
- src/algorithm/factorization/faust_GivensFGFT.h 18 additions, 1 deletionsrc/algorithm/factorization/faust_GivensFGFT.h
- src/algorithm/factorization/faust_GivensFGFT.hpp 38 additions, 6 deletionssrc/algorithm/factorization/faust_GivensFGFT.hpp
- src/faust_linear_operator/CPU/faust_Vect.h 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_Vect.h
- wrapper/python/pyfaust.py 34 additions, 0 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCy.pxd 5 additions, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 38 additions, 7 deletionswrapper/python/src/FaustCorePy.pyx
- wrapper/python/src/FaustFactGivensFGFT.h 9 additions, 0 deletionswrapper/python/src/FaustFactGivensFGFT.h
- wrapper/python/src/FaustFactGivensFGFT.hpp 41 additions, 0 deletionswrapper/python/src/FaustFactGivensFGFT.hpp
Loading
Please register or sign in to comment