Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1b767a2c authored by hhakim's avatar hhakim
Browse files

Support op+F, op-F, op*F, op@F and norm(F,ord), dot(F,op) in pyfaust with op a...

Support op+F, op-F, op*F, op@F and norm(F,ord), dot(F,op) in pyfaust with op a scalar or a numpy.ndarray.

Before, only F+op, F-op, etc. were supported (only in this order).
It does a lot to solve issue #104.
Other numpy operations to be supported outside of Faust class (non-member functions trying to perform the operation or relay it to numpy like pyfaust.norm/dot() do).
Updated the related jupyter notebook to precise the permutation between F and op is possible in py3.
parent 06aee336
Branches
Tags
No related merge requests found
Pipeline #833860 skipped
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment