-
- Downloads
Rename Faust.todense() to Faust.toarray() and add a new Faust.todense() which...
Rename Faust.todense() to Faust.toarray() and add a new Faust.todense() which returns a numpy.matrix. The goal is to respect the way scipy works with its two functions toarray() and todense() (resp. returning a numpy.ndarray and a numpy.matrix).
Showing
- misc/test/src/Python/test_FaustPy.py 12 additions, 12 deletionsmisc/test/src/Python/test_FaustPy.py
- misc/test/src/Python/test_pyFaust.py 3 additions, 3 deletionsmisc/test/src/Python/test_pyFaust.py
- misc/test/src/Python/test_pyFaust_time.py 2 additions, 2 deletionsmisc/test/src/Python/test_pyFaust_time.py
- wrapper/python/FaustPy.py 18 additions, 6 deletionswrapper/python/FaustPy.py
- wrapper/python/quickstart.py 3 additions, 3 deletionswrapper/python/quickstart.py
Loading
Please register or sign in to comment