Skip to content

dariomt/Adept

 
 

Repository files navigation

Adept

Fast automatic differentiation library in C++

The Adept software library provides the capability to automatically differentiate an algorithm written in C++. It uses expression templates in a way that allows it to compute adjoints and Jacobian matrices significantly faster than the leading current tools that use the same approach of operator overloading, and often not much slower than hand-written adjoint code.

For further information see:

About

Fast automatic differentiation library in C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.8%
  • Makefile 1.8%
  • C 1.5%
  • Shell 0.9%