https://github.com/computerspieler/qdautodiff
A quick and dirty automatic differentiation source code transformer targetting ANSI C
https://github.com/computerspieler/qdautodiff
automatic-differentiation source-code-transformation
Last synced: 4 months ago
JSON representation
A quick and dirty automatic differentiation source code transformer targetting ANSI C
- Host: GitHub
- URL: https://github.com/computerspieler/qdautodiff
- Owner: computerspieler
- License: mit
- Created: 2024-04-25T21:28:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-26T06:51:52.000Z (about 1 year ago)
- Last Synced: 2025-01-13T12:44:58.899Z (5 months ago)
- Topics: automatic-differentiation, source-code-transformation
- Language: OCaml
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QDAutodiff
Quick & dirty automatic differentiation## Requirements
- Ocaml 5.x (tested, Ocaml 4 could work)
- Dune## Compilation
`dune build` and then you should get an executable called `main.exe`## Usage
`./main.exe ${SOURCE FILE}`**NOTE:** The source file should have the extension `.exp`
And then you should get a file with a `.c` extension.