-
- Downloads
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.
Loading
Please register or sign in to comment