-
- Downloads
Optimize FaustFactory.wht() C++ backend; only one factor is really created in...
Optimize FaustFactory.wht() C++ backend; only one factor is really created in memory because all others are in fact the same. If a hadamard tranform was created calling FaustFactory.wht(n), then the space used is now divided by n compared to what it was before this commit. This commit is related to issue #17.
Showing
- src/algorithm/factorization/faust_WHT.h 1 addition, 1 deletionsrc/algorithm/factorization/faust_WHT.h
- src/algorithm/factorization/faust_WHT.hpp 5 additions, 2 deletionssrc/algorithm/factorization/faust_WHT.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 3 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
Loading
Please register or sign in to comment