/fortran-autodiff

Automatic differentiation in Fortran

Primary LanguageFortranBSD 2-Clause "Simplified" LicenseBSD-2-Clause

fortran-autodiff

Automatic differentiation in Fortran using operator overloading.

Pre-alpha. Currently only handles functions of one variable, and only the operations + - * / and only for reals (not integers or complex numbers).