1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
##############################################################################
## README -- additional information
## Revision: $Id: README 295 2009-02-25 13:32:25Z 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.
##
##############################################################################
--------------------------------------------------------------
The directory contains the examples described in the manual
The subdirectory additional_examples contains further example
code for numerous drivers and applications of ADOL-C
--------------------------------------------------------------
CONTENTS OF THE DIRECTORY
detexam.cpp ---> Computation of determinants
speelpenning.cpp ---> Speelpenning's product
powexam.cpp ---> Computation of n-th power
odexam.cpp ---> Nonlinear ordinary differential
equation based on the Robertson test
problem
tapeless_scalar.cpp ---> coordinate transform with tapeless
scalar forward mode
tapeless_vector.cpp ---> coordinate with tapeless
vector forward mode
|