https://github.com/jcrist/codegen_talk
Talk for PyMNtos on code generation in SymPy
https://github.com/jcrist/codegen_talk
Last synced: 6 months ago
JSON representation
Talk for PyMNtos on code generation in SymPy
- Host: GitHub
- URL: https://github.com/jcrist/codegen_talk
- Owner: jcrist
- Created: 2014-09-11T16:29:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T18:50:18.000Z (about 11 years ago)
- Last Synced: 2025-04-14T17:59:13.905Z (6 months ago)
- Size: 111 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A talk I gave on code generation for PyMNtos.
Slides are available [here](https://speakerdeck.com/jcrist/generating-fast-and-correct-code-with-sympy).
To try the demo out for yourself, you need the following:
- sympy ([git-master](https://github.com/sympy/sympy))
- numpy
- ipython
- A C compiler (such as `gcc`)
- A Fortran compiler (such as `gfortran`)You can also view the demo on [nbviewer here](http://nbviewer.ipython.org/github/jcrist/codegen_talk/blob/master/codegen_talk.ipynb).