PrevNext

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:
Package AD type Library
Adolc adouble libf2cAdolc.a
CppAD AD<double> libf2cCppAD.a
Fadbad F<double> libf2cFadbad.a
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 .)

Contents
Table of Contents
Your License for the f2cAD Software
Installing f2cAD
Getting Started Using the f2cAD Libraries
C++ Types Corresponding to Fortran Prototypes
f2cAD Library
Example and Test of the f2cAD Library Routines
f2cAD Common Interface to Adolc, CppAD, and Fadbad
Determine if Two Double Values Are Nearly Equal
Adding to the Libraries
Changes And Additions To f2cAD
Alphabetic Listing of Cross Reference Tags
Keyword Index
Search Convert f77 floating point to AD types
External Internet References

Input File: f2cAD.omh