-
- Downloads
Change pyfaust/matfaust.rand() definition to be more alike to numpy and matlab rand functions.
The two first arguments are the numbers of rows and columns of th generated Faust. The doc, notebooks and tests are updated to respect this prototype change. C++ code of randFaust changes too.
Showing
- gen_doc/Faust_manipulation.html 203 additions, 230 deletionsgen_doc/Faust_manipulation.html
- gen_doc/Faust_manipulation.ipynb 5 additions, 5 deletionsgen_doc/Faust_manipulation.ipynb
- gen_doc/bin_pkgs/README_template.html 2 additions, 2 deletionsgen_doc/bin_pkgs/README_template.html
- gen_doc/bin_pkgs/README_template.md 2 additions, 2 deletionsgen_doc/bin_pkgs/README_template.md
- misc/test/src/Python/test_FaustPy.py 7 additions, 9 deletionsmisc/test/src/Python/test_FaustPy.py
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 22 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/matlab/+matfaust/+fact/hierarchical_constends.m 2 additions, 2 deletionswrapper/matlab/+matfaust/+fact/hierarchical_constends.m
- wrapper/matlab/+matfaust/@Faust/Faust.m 48 additions, 52 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/+matfaust/rand.m 115 additions, 85 deletionswrapper/matlab/+matfaust/rand.m
- wrapper/matlab/src/mexFaust.cpp.in 18 additions, 8 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/pyfaust.py 76 additions, 76 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 5 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 17 additions, 3 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 7 additions, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/_FaustCorePy.pyx 11 additions, 6 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment