f2cAD: Convert Fortran to C++ AD Types: Version 07-11-07
Description
This is an open source project for converting Fortran routines
so that they can be used with C++ Algorithmic Differentiation types.
Currently there are three libraries generated by the project:
GetStarted
The getting started examples in GetStarted
show how to use
the files in the library with each of the AD types.
Example
The examples and tests in Library
demonstrate the
use of each of the Fortran routines in the library with each of the
AD types.
On the other hand, you should use the interface best for
your particular AD type when using the library
(see GetStarted
.)