-
- Downloads
Extend pyfaust.poly.poly to handle a group of coeffs (n*(K+1) coeffs) in order...
Extend pyfaust.poly.poly to handle a group of coeffs (n*(K+1) coeffs) in order to implement a new method for expm_multiply (computing all the coeffs for each t beforehand and then calling the C++ core to compute the action for all given t in a row).
Showing
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.h 8 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelperPoly.h
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp 54 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp
- wrapper/python/pyfaust/poly.py 42 additions, 12 deletionswrapper/python/pyfaust/poly.py
- wrapper/python/src/FaustCoreCpp.h 2 additions, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 8 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 3 additions, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/_FaustCorePy.pyx 131 additions, 0 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment