inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
106 stars 25 forks source link

Preserve expression structure of in `Expression.(__add__|__mul__|...)` #93

Open kaushikcfd opened 2 years ago

kaushikcfd commented 2 years ago

It was suggested in https://github.com/inducer/pytato/pull/217 that we should preserve the structure of the expressions. This PR implements the points discussed over there.

Draft because: