-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trial symengine
in modcc
#57
Comments
I have just had a look at it. It is not very well documented, I've gone through some of the unit tests to understand how it works. It seems to support a wide range of mathematical expressions. I suppose you mean constructing the expressions AST using this library or also adopting its front-end syntax for expressions? |
Yep, considering it for the AST expression manipulation and algebra. May well fall under task #64. |
* Update running.rst. * Tweak docs/makefile (specify docdir; rename clean; add force target). * Deuglify ``code`` rendering with some custom CSS.
Conclusion: we do things with AST manipulations now, and will rejig everything when arblang lives. |
* Loading dynamic catalogues. * Fix compile error. * Fix simulation. * Add examples. * Ignore.
How easy to incorporate or robust is symengine?
Let's trial it for the computation of the derivative in the
cnexp
processing inmodcc
.The text was updated successfully, but these errors were encountered: