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

This directory contains example programs that demonstrate the 
application of the special ADOL-C drivers

  tensor_eval(..) and inverse_tensor_eval(..)

to compute higher order derivative tensors and how to access
the derivative values of the compressed tensors.

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

  taylorexam  --> Evaluation of higher order tensors
                
                  taylorexam.cpp

  accessexam  --> Access to higher order tensors

                  accessexam.cpp

  inversexam  --> Evaluation of derivatives of inverse 
                  functions 

                  inversexam.cpp

  trigger     --> Evaluation of derivatives of inverse 
                  functions using a trigger circuit model
                  as function 

                  trigger.cpp

  coordinates --> Evaluation of derivatives of inverse 
                  functions using transformation between 
                  Cartesian and polar coordinates

                  coordinates.cpp

