Hello list, it would be cool if you have opinions on what I have been doing on code generation lately. It is all on github: http://github.com/jegerjensen/sympy/tree/fortran_codegen4
The current state is that I have refactored the codegen framework into a more object oriented form by moving logic into instance methods. Before, the implementation used objects more like structs. In addition, I have added a Fortran generator that is currently way ahead of the C generator in terms of features. New features are: array arguments, output/input/in-out arguments, multiple results in a single routine call, and tests for a Matrix-Vector product. I think that it is time now to catch up on the C features (the refactoring has been in preparation for that), so now would be a very good time for me to get suggestions, corrections, etc... cheers Øyvind -- 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.
