Mentions légales du service

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

Fix a bug in pyfaust.Faust.__rmatmul__ (lhs*Faust) and __rmul__ (Faust*rhs).

The complex case was not handled because the operations where relying on __matmul__ (Faust@rhs) and __mul__ (Faust*rhs) by transposing the operands although with complex ones it's needed to use the transconjugate.
parent f8e8a5c1
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment