CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
arg_variable.hpp File Reference

Determine arguments that are variables. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::local
 
 CppAD::local::subgraph
 

Functions

template<typename Base >
void CppAD::local::subgraph::get_argument_variable (const player< Base > *play, size_t i_op, pod_vector< size_t > &variable, pod_vector< bool > &work)
 Determine the set of arguments, for an operator, that are variables. More...
 

Detailed Description

Determine arguments that are variables.

Definition in file arg_variable.hpp.