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

Convert a player object to an optimized recorder object. 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::optimize
 

Functions

template<class Base >
void CppAD::local::optimize::optimize_run (const std::string &options, size_t n, CppAD::vector< size_t > &dep_taddr, const player< Base > *play, recorder< Base > *rec)
 Convert a player object to an optimized recorder object. More...
 

Detailed Description

Convert a player object to an optimized recorder object.

Definition in file optimize_run.hpp.