You can still construct a MatMul object. You just need to do it explicitly. 

```

In [1]: MatMul(x, ImmutableMatrix(2,2,[1,2,3,4]))
Out[1]: 
x⋅⎡1  2⎤
  ⎢    ⎥
  ⎣3  4⎦
```

None of the actual functionality has changed. This PR just changes to which 
functions the `__mul__` etc... operators point.

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1467#issuecomment-7583454

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to