-
- Downloads
Add new function FaustFactory.eye() and modify/add/fix several things about...
Add new function FaustFactory.eye() and modify/add/fix several things about concatenation, addition, substraction and real-complex conversion of Fausts. - New function FaustFactory.eye(). - Impl. add/sub of a Faust with a matrix. - Fixing issue #72. - Adding missing unit tests for pyfaust.Faust.__add__()/__sub__(), and test add/sub of real Fausts with complex scalars and Fausts(for pyfaust and matfaust). - Converting real Faust to complex Faust when concatenated/added/substracted with a complex Faust.
Showing
- misc/test/src/Matlab/FaustTest.m 3 additions, 3 deletionsmisc/test/src/Matlab/FaustTest.m
- misc/test/src/Python/test_FaustPy.py 51 additions, 0 deletionsmisc/test/src/Python/test_FaustPy.py
- wrapper/matlab/+matfaust/@Faust/Faust.m 35 additions, 8 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m 31 additions, 0 deletionswrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m
- wrapper/python/pyfaust.py 40 additions, 7 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCorePy.pyx 19 additions, 8 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment