Most of the work so far has been in improving the code printers. You can see there are some pull requests to add support for some new languages https://github.com/sympy/sympy/pulls?q=is%3Aopen+is%3Apr+label%3Acodegen. There has also been work in sympy.codegen for supporting higher level abstractions like loops.
Aaron Meurer On Tue, Feb 28, 2017 at 1:47 AM, Loïc Gouarin <[email protected]> wrote: > I published accidentally so I finish my message here. Sorry... > > In the last example, I have to add n and m as local variables which depends > on the shape of A or f. > > The most difficult for me in this implementation is the Idx: are they local, > in a loop, in the function parameters, ... And this defines the block > structure of the numerical code. > > Anyway, I am really interested to know what you have done in the new version > of code generation in sympy. > > Could you tell me where I can find this version ? > > Thanks, > Loic > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/89da10b4-a954-40ab-8f11-a17594eb7d8f%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6Lp8sTpxoemKSEVoKROYE4tzf5SUqb1KEM4cRFkp4ZBnA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
