An open API service indexing awesome lists of open source software.

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

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.