-
- Downloads
Implement a new limitation for eigtj: if the nGivens value implies a size of...
Implement a new limitation for eigtj: if the nGivens value implies a size of transform that doesn't worth it in terms of complexity then the algorithm is stopped with a warning. A new eigtj option called enable_large_Faust allows to bypass this limitation. Updating also the unit tests of both pyfaust and matfaust because they trespassed this limitation.
Showing
- misc/test/src/Matlab/FaustFactoryTest.m 9 additions, 9 deletionsmisc/test/src/Matlab/FaustFactoryTest.m
- misc/test/src/Python/test_FaustPy.py 10 additions, 6 deletionsmisc/test/src/Python/test_FaustPy.py
- src/algorithm/factorization/faust_GivensFGFT.h 2 additions, 2 deletionssrc/algorithm/factorization/faust_GivensFGFT.h
- src/algorithm/factorization/faust_GivensFGFT.hpp 2 additions, 2 deletionssrc/algorithm/factorization/faust_GivensFGFT.hpp
- src/algorithm/factorization/faust_GivensFGFTComplex.h 2 additions, 2 deletionssrc/algorithm/factorization/faust_GivensFGFTComplex.h
- src/algorithm/factorization/faust_GivensFGFTComplex.hpp 2 additions, 2 deletionssrc/algorithm/factorization/faust_GivensFGFTComplex.hpp
- src/algorithm/factorization/faust_GivensFGFTGen.h 5 additions, 4 deletionssrc/algorithm/factorization/faust_GivensFGFTGen.h
- src/algorithm/factorization/faust_GivensFGFTGen.hpp 14 additions, 6 deletionssrc/algorithm/factorization/faust_GivensFGFTGen.hpp
- src/algorithm/factorization/faust_GivensFGFTParallel.h 2 additions, 2 deletionssrc/algorithm/factorization/faust_GivensFGFTParallel.h
- src/algorithm/factorization/faust_GivensFGFTParallel.hpp 2 additions, 2 deletionssrc/algorithm/factorization/faust_GivensFGFTParallel.hpp
- src/algorithm/factorization/faust_GivensFGFTParallelComplex.h 2 additions, 2 deletions...algorithm/factorization/faust_GivensFGFTParallelComplex.h
- src/algorithm/factorization/faust_GivensFGFTParallelComplex.hpp 4 additions, 4 deletions...gorithm/factorization/faust_GivensFGFTParallelComplex.hpp
- wrapper/matlab/+matfaust/+fact/eigtj.m 9 additions, 2 deletionswrapper/matlab/+matfaust/+fact/eigtj.m
- wrapper/matlab/src/mexfgftgivens.cpp.in 28 additions, 23 deletionswrapper/matlab/src/mexfgftgivens.cpp.in
- wrapper/python/pyfaust/fact.py 6 additions, 4 deletionswrapper/python/pyfaust/fact.py
- wrapper/python/src/FaustCoreCy.pxd 19 additions, 15 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustFactGivensFGFT.h 5 additions, 5 deletionswrapper/python/src/FaustFactGivensFGFT.h
- wrapper/python/src/FaustFactGivensFGFT.hpp 40 additions, 27 deletionswrapper/python/src/FaustFactGivensFGFT.hpp
- wrapper/python/src/_FaustCorePy.pyx 66 additions, 38 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment