-
- Downloads
Implement multiplication by a scalar in pyfaust.Faust.__mul__().
As the matfaust version (0c2d58c6), this function rely on a backend C++ impl. This commit also updates an error message in matfaust's mexfunction for scalar mul.
Showing
- wrapper/matlab/src/mexFaust.cpp.in 1 addition, 1 deletionwrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/pyfaust.py 12 additions, 8 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 9 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 22 additions, 0 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment