| CppAD: A C++ Algorithmic Differentiation Package
    20171217
    | 
Declare the independent variables. More...
Go to the source code of this file.
| Namespaces | |
| CppAD | |
| contains all the variables and functions defined by the CppAD package. | |
| Functions | |
| template<typename VectorAD > | |
| void | CppAD::Independent (VectorAD &x, size_t abort_op_index) | 
| Declaration of independent variables.  More... | |
| template<typename VectorAD > | |
| void | CppAD::Independent (VectorAD &x) | 
| Declaration of independent variables without abort option.  More... | |
Declare the independent variables.
Definition in file core/independent.hpp.