CSimGen
Auto-generate C code for numerical simulations
The CSimGen Python package helps to write Python programs which construct C programs for use in numerical simulations. Things CSimGen can do for you:
Introduction
- keep track of the in-memory representation of matrices
- dynamically allocate memory for matrices and vectors
- construct LAPACK calls
WARNING. CSimGen is experimental software. The API is not yet finalised and may change without further notice.
CSimGen is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Please send any comments, bug reports, etc. to the CSimGen author Jochen Voss.
Documentation
Currently, the best ways to learn how to use CSimGen are the following:
- The Python documentation strings of the csimgen.code module provide some online documentation.
- Details can be found by reading the CSimGen source code.
Download
| Version | Date | Download | Notes |
|---|---|---|---|
| 0.1 | 2010-05-23 | tar.gz (51 KB), sig, sha18a8f69205867f2ed0ddbd0b10806be5cc22f0cfe |