CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fun_eval.hpp
Go to the documentation of this file.
1 # ifndef CPPAD_CORE_FUN_EVAL_HPP
2 # define CPPAD_CORE_FUN_EVAL_HPP
3 
4 /* --------------------------------------------------------------------------
5 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell
6 
7 CppAD is distributed under multiple licenses. This distribution is under
8 the terms of the
9  Eclipse Public License Version 1.0.
10 
11 A copy of this license is included in the COPYING file of this distribution.
12 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
13 -------------------------------------------------------------------------- */
14 
15 # include <cppad/core/forward.hpp>
16 # include <cppad/core/reverse.hpp>
17 # include <cppad/core/sparse.hpp>
18 
19 # endif
Compute derivatives using reverse mode.
User interface to forward mode computations.