--------------------------------------------------------------
README          ADOL-C version 1.10.0       as of July/01/2005
--------------------------------------------------------------

This directory contains 

  - an example program that illustrates the drivers for
    computing sparse Jacobians and Hessians, i.e.

    sparse_jac(..), sparse_hess(..), jac_pat(..), hess_pat(..),
    generate_seed_jac(..), generate_seed_hess(..)

  - an example program that demonstrate the application of 
    the special ADOL-C driver jac_pat(..) in different modes 
    to obtain the sparsity structure of Jacobians.

--------------------------------------------------------------
CONTENTS OF THE DIRECTORY

  sparse_jac_hess  --> Example to illustrate the use of 
                       sparse_jac(..), sparse_hess(..), 
                       jac_pat(..), hess_pat(..),
                       generate_seed_jac(..), 
                       generate_seed_hess(..)

                       sparse_jac_hess.c

  jacpatexam  --> Example to validate jac_pat(..) and the
                  underlying bit pattern forward/reverse calls

                  jacpatexam.cpp

                  NOTE: this example program makes use of the 
                        clock utility provided in subdirectory 
                        ../clock. 

