-
- Downloads
Add a first implementation of HierarchicalFactFFT (along with ParamsFFT and a test which compiles).
- New baseline test (just a copy of basis HierarchicalFact except that we use child classes HierarchicalFactFFT and ParamsFFT). A real functional test will come later but we already know that Palm4MSAFFT is working so it shouldn't be difficult. - Change Faust::HierarchicalFact::compute_errors() access modifier from private to protected (in order to override it later in FFT child), likewise all private fields move to protected access. - New constructor in Palm4MSAFFT to initialize from a ParamsFFT object (like Palm4MSA can initialize from a Params object). - Other minor changes (function decl. order, typo.).
Showing
- misc/test/CMakeLists.txt 1 addition, 1 deletionmisc/test/CMakeLists.txt
- misc/test/src/C++/hierarchicalFactorizationFFT.cpp.in 225 additions, 0 deletionsmisc/test/src/C++/hierarchicalFactorizationFFT.cpp.in
- src/algorithm/factorization/faust_HierarchicalFact.h 3 additions, 2 deletionssrc/algorithm/factorization/faust_HierarchicalFact.h
- src/algorithm/factorization/faust_HierarchicalFact.hpp 5 additions, 5 deletionssrc/algorithm/factorization/faust_HierarchicalFact.hpp
- src/algorithm/factorization/faust_HierarchicalFactFFT.h 35 additions, 0 deletionssrc/algorithm/factorization/faust_HierarchicalFactFFT.h
- src/algorithm/factorization/faust_HierarchicalFactFFT.hpp 3 additions, 0 deletionssrc/algorithm/factorization/faust_HierarchicalFactFFT.hpp
- src/algorithm/factorization/faust_Palm4MSA.hpp 1 addition, 1 deletionsrc/algorithm/factorization/faust_Palm4MSA.hpp
- src/algorithm/factorization/faust_Palm4MSAFFT.h 3 additions, 1 deletionsrc/algorithm/factorization/faust_Palm4MSAFFT.h
- src/algorithm/factorization/faust_Palm4MSAFFT.hpp 5 additions, 0 deletionssrc/algorithm/factorization/faust_Palm4MSAFFT.hpp
- src/algorithm/factorization/faust_Params.h 1 addition, 1 deletionsrc/algorithm/factorization/faust_Params.h
- src/algorithm/factorization/faust_ParamsFFT.h 45 additions, 0 deletionssrc/algorithm/factorization/faust_ParamsFFT.h
- src/algorithm/factorization/faust_ParamsFFT.hpp 0 additions, 0 deletionssrc/algorithm/factorization/faust_ParamsFFT.hpp
Please register or sign in to comment