Distributed logic of sympy.matrices.expressions.transpose.Transpose. 

I.e. before the Transpose constructor knew that `(X + Y).T == X.T + Y.T` . 
Now the MatAdd._eval_transpose() method knows this

You can merge this Pull Request by running:

  git pull https://github.com/mrocklin/sympy transpose-decentralize

Or you can view, comment on it, or merge it online at:

  https://github.com/sympy/sympy/pull/1412

-- Commit Summary --

* Distributed transpose logic

-- File Changes --

M sympy/matrices/expressions/matadd.py (4)
M sympy/matrices/expressions/matexpr.py (5)
M sympy/matrices/expressions/matmul.py (4)
M sympy/matrices/expressions/transpose.py (16)
M sympy/matrices/matrices.py (3)

-- Patch Links --

  https://github.com/sympy/sympy/pull/1412.patch
  https://github.com/sympy/sympy/pull/1412.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1412

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to