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

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...
 

Detailed Description

Declare the independent variables.

Definition in file core/independent.hpp.