1/* --------------------------------------------------------------------------
2CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell
3
4  CppAD is distributed under the terms of the
5               Eclipse Public License Version 2.0.
6
7  This Source Code may also be made available under the following
8  Secondary License when the conditions for such availability set forth
9  in the Eclipse Public License, Version 2.0 are satisfied:
10        GNU General Public License, Version 2.0 or later.
11-------------------------------------------------------------------------- */
12
13$begin Bib$$
14$spell
15    ed
16    Bjarne Stroustrup
17    Saul
18    Griewank
19    Andreas
20    Vetterling
21    Flannery
22    Teukolsky
23    Abramowitz
24    Stegun
25    Shampine
26    Rosenbrock
27$$
28
29$section Bibliography$$
30
31$head Abramowitz and Stegun$$
32Handbook of Mathematical Functions,
33Dover, New York.
34
35$head The C++ Programming Language$$
36Bjarne Stroustrup,
37The C++ Programming Language,
38Special ed.,
39AT&T, 2000
40
41$head Evaluating Derivatives$$
42Evaluating Derivatives: Principles and Techniques of
43Algorithmic Differentiation,
44Andreas Griewank,
45SIAM,
46Philadelphia,
472000
48
49
50
51$head Numerical Recipes$$
52Numerical Recipes in Fortran:
53The Art of Scientific Computing,
54Second Edition,
55William H. Press,
56William T. Vetterling,
57Saul, A. Teukolsky,
58Brian R. Flannery,
59Cambridge University Press,
601992
61
62$head Shampine, L.F.$$
63Implementation of Rosenbrock Methods,
64ACM Transactions on Mathematical Software,
65Vol. 8,
66No. 2,
67June 1982.
68
69
70$end
71
72