AdaAutoDiff
C++ Templates and Ada Package for Automatic Differentiation
...Automatic differentiation means the user does not need to define the analytic expressions for all the various partial derivatives. It also means that those complex expressions are essentially calculated at compile time, and merely evaluated at runtime.
First order derivatives only, forward accumulation.
Choose "files" and either the "initial_submission" directory for the Ada version, or the other directory "cpp_AD" for the C++ version.