-
- Downloads
Refactor TransformHelperPoly::basisChebyshev to enable lazy instantiation and...
Refactor TransformHelperPoly::basisChebyshev to enable lazy instantiation and override getNbRow/Col() to return the proper size without instantiating the factors 0 and n-1 (it allows TransformHelperPoly::multiply to work without factor instantiation but it remains to override all factor-dependent member functions).
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 6 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.h 11 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_TransformHelperPoly.h
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp 164 additions, 52 deletionssrc/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp
- src/faust_linear_operator/faust_TransformHelperGen.h 2 additions, 3 deletionssrc/faust_linear_operator/faust_TransformHelperGen.h
Loading
Please register or sign in to comment