-
- Downloads
Implement pyfaut.Faust.__matmul__() (@ overload), dot() and change __mul__()...
Implement pyfaut.Faust.__matmul__() (@ overload), dot() and change __mul__() to rely on @ when it applies. Replacing in Jupyter notebook 'Faust_manipulation' the * by a @ or dot() to use same operator as numpy.ndarray but it's the same as * (when used on a Faust object, but it's not supported in python2). Other unrelated minor changes (typo etc.).
Showing
- gen_doc/Faust_manipulation.html 1247 additions, 264 deletionsgen_doc/Faust_manipulation.html
- gen_doc/Faust_manipulation.ipynb 1260 additions, 251 deletionsgen_doc/Faust_manipulation.ipynb
- gen_doc/mainpage.md 1 addition, 1 deletiongen_doc/mainpage.md
- misc/test/src/Python/benchmark_FGFT_pyfaust.py 1 addition, 1 deletionmisc/test/src/Python/benchmark_FGFT_pyfaust.py
- misc/test/src/Python/benchmark_Lap_diag.py 1 addition, 1 deletionmisc/test/src/Python/benchmark_Lap_diag.py
- misc/test/src/Python/test_FaustPy.py 2 additions, 2 deletionsmisc/test/src/Python/test_FaustPy.py
- misc/test/src/Python/test_pyFaust_time.py 2 additions, 2 deletionsmisc/test/src/Python/test_pyFaust_time.py
- misc/test/src/Python/test_svd_rc_vs_err.py 1 addition, 0 deletionsmisc/test/src/Python/test_svd_rc_vs_err.py
- wrapper/python/pyfaust.py 112 additions, 57 deletionswrapper/python/pyfaust.py
Loading
Please register or sign in to comment