-
- Downloads
Modify GivensFGFT::get_D() with opt. bool arg. to make possible to get ordered...
Modify GivensFGFT::get_D() with opt. bool arg. to make possible to get ordered D (in ascendant order of eigenvalues along the diagonal). - Adding also GivensFGFT::get_ord_indices() to get the ordered indices. It's useful for getting the corresponding columns of the Fourier matrix. - Deleting the sorting part of the test GivensFGFT.cpp.in, because now we can directly rely on get_D(true) and get_ord_indices().
Showing
- misc/test/src/C++/GivensFGFT.cpp.in 7 additions, 31 deletionsmisc/test/src/C++/GivensFGFT.cpp.in
- src/algorithm/factorization/faust_GivensFGFT.h 19 additions, 1 deletionsrc/algorithm/factorization/faust_GivensFGFT.h
- src/algorithm/factorization/faust_GivensFGFT.hpp 37 additions, 2 deletionssrc/algorithm/factorization/faust_GivensFGFT.hpp
Loading
Please register or sign in to comment