Skip to content

A quick and dirty automatic differentiation source code transformer targetting ANSI C

License

Notifications You must be signed in to change notification settings

computerspieler/QDAutodiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A quick and dirty automatic differentiation source code transformer targetting ANSI C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages