-
- Downloads
Implement for matfaust.poly.expm_multiply the same extension (grouping several...
Implement for matfaust.poly.expm_multiply the same extension (grouping several series of coeffs -- option group_coeffs) as the one already integrated in pyfaust.poly (c5496442) which was modified here to be auto used (group_coeffs=True) when tradeoff='time' (as matfaust does). Refactor also the C++ code behind (uniform signatures polyGroupCoeffs* when using this extension)
Showing
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.h 10 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_TransformHelperPoly.h
- src/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp 36 additions, 5 deletionssrc/faust_linear_operator/CPU/faust_TransformHelperPoly.hpp
- wrapper/matlab/+matfaust/+poly/expm_multiply.m 53 additions, 19 deletionswrapper/matlab/+matfaust/+poly/expm_multiply.m
- wrapper/matlab/+matfaust/+poly/poly.m 19 additions, 9 deletionswrapper/matlab/+matfaust/+poly/poly.m
- wrapper/matlab/src/mexPoly.cpp.in 43 additions, 0 deletionswrapper/matlab/src/mexPoly.cpp.in
- wrapper/python/pyfaust/poly.py 10 additions, 3 deletionswrapper/python/pyfaust/poly.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 2 additions, 2 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 1 deletionwrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/_FaustCorePy.pyx 5 additions, 5 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment