PrevNext

f2cad-20100424: Convert Fortran to C++ AD Types
One web page per Section   All as one web page
Math in Latex   f2cad.htm _printable.htm
Math in MathML   f2cad.xml _printable.xml

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 libf2c_adolc.a
CppAD AD<double> libf2c_cppad.a
Fadbad F<double> libf2c_fadbad.a
get_started
The getting started examples in get_started 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 get_started .)

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
Run Test of All the Library Routines
Utilities used to Test Library
Adding a Fortran Routine to the f2cad Libraries
Changes And Additions To f2cad
Alphabetic Listing of Cross Reference Tags
Keyword Index
Search This Web Site
External Internet References

Input File: f2cad.omh