##############################################################################
## README -- additional information
## Revision: $Id: README 298 2009-02-25 13:40:13Z awalther $
##
## Copyright (C) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
##               Hristo Mitev, Sebastian Schlenkrich, Jean Utke, Olaf Vogel 
##
## This file is part of ADOL-C. This software is provided as open source.
## Any use, reproduction, or distribution of the software constitutes 
## recipient's acceptance of the terms of the accompanying license file.
## 
##############################################################################

CONTENTS OF THE DIRECTORY

  detexam        --> Computation of determinants 
                     (signs set by evaluation of passive 
                      "if"-statements)

                     detexam.cpp

  detexam-old    --> Old computation of determinants
                     (signs set by multiplication with +/-1)

                     detexam-old.cpp
