-
- Downloads
There was an error fetching the commit references. Please try again later.
Optimize again TransformHelperPoly::multiply() (by vector) and basisChebyshev.
- mutlply optimization: by using Eigen Map instead of Vect to avoid copies. - basisChebyshev opt.: avoid recreating totally R in each iteration.
Showing
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.h 0 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelperPoly.h
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp 24 additions, 19 deletionssrc/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp
- src/faust_linear_operator/CPU/faust_Vect.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Vect.h
Loading
Please register or sign in to comment