Prior art: The modules "tensor" and "codegen" (and "autowrap" if we consider it a module) are part of sympy and have very similar purposes to what you are working on.
On 14 November 2012 17:11, Matthew Rocklin <[email protected]> wrote: > I've been working on generating linear algebra computations using SymPy. In > one of my recent pull requests someone voiced the idea that maybe all of > this should not be part of SymPy, but rather another project that depends on > SymPy. I don't care much either way. > > I think that the unification, rules, and MatrixExpr stuff should be part of > SymPy. It's not clear that my code for computation graphs and BLAS code > generation from matrix expressions should be. > > Immediate question: Should I split off? > General question: What is SymPy's policy on what should be a module and what > should be an external package? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
