-
- Downloads
Update/Fix a few elements to validate GivensFGFTParallel C++ impl.
- Fix the deletion of pivot candidates in GivensFGFTParallel: when pivot (p,q) is selected, all pivot candidates (p',q') such that p'==p or q'==p or p'==q or q'==q must be deleted from candidates (as in the matlab script). - Change the matlab ref. script and the C++ impl. to store all pivots (only the last one was kept). - Change the Laplacian matrix again in test data mat file (return to the same used for GivensFGFT parent algorithm), store the good pivots (since we store all of them now). - Update output for pivots in test GivensFGFTParallel.cpp.in.
Showing
- misc/test/src/C++/GivensFGFTParallel.cpp.in 1 addition, 1 deletionmisc/test/src/C++/GivensFGFTParallel.cpp.in
- src/algorithm/factorization/faust_GivensFGFTParallel.hpp 13 additions, 7 deletionssrc/algorithm/factorization/faust_GivensFGFTParallel.hpp
- wrapper/matlab/tools/diagonalization_givens_parall.m 8 additions, 6 deletionswrapper/matlab/tools/diagonalization_givens_parall.m
Loading
Please register or sign in to comment