CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
user_state.hpp
Go to the documentation of this file.
1 // $Id$
2 # ifndef CPPAD_LOCAL_USER_STATE_HPP
3 # define CPPAD_LOCAL_USER_STATE_HPP
4 /* --------------------------------------------------------------------------
5 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-16 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 namespace CppAD { namespace local { // BEGIN_CPPAD_LOCAL_NAMESPACE
16 
18  /// next UserOp marks beginning of a user atomic call
20 
21  /// next UsrapOp (UsravOp) is a parameter (variable) argument
23 
24  /// next UsrrpOp (UsrrvOp) is a parameter (variable) result
26 
27  /// next UserOp marks end of a user atomic call
29 };
30 
31 } } // END_CPPAD_LOCAL_NAMESPACE
32 # endif
next UsrrpOp (UsrrvOp) is a parameter (variable) result
Definition: user_state.hpp:25
next UserOp marks end of a user atomic call
Definition: user_state.hpp:28
next UserOp marks beginning of a user atomic call
Definition: user_state.hpp:19
next UsrapOp (UsravOp) is a parameter (variable) argument
Definition: user_state.hpp:22