-
- Downloads
Update Faust::TransformHelperPoly.
- Optimization of TransformHelperPoly::multiply(Vect): no realloc() calls, directly allocate the final vector avoiding the whole buffer copy. - Implementation of TransformHelperPoly::multiply(Matdense) - Optimization of TransformHelperPoly::basisChebyshev: building factors in parallel with OpenMP. - Multiple impls of TransformHelperPoly::poly to compute linear combination of polynomials.
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.h 9 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelperPoly.h
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp 152 additions, 12 deletionssrc/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp
Loading
Please register or sign in to comment