lines 6-35 of file: speed/cppadcg/ode.cpp {xrst_begin cppadcg_ode.cpp} Cppadcg Speed: Ode ################## Specifications ************** :ref:`link_ode-name` Implementation ************** // a cppadcg version of this test is not yet implemented {xrst_spell_off} {xrst_code cpp} */ # include # include // list of possible options extern std::map global_option; bool link_ode( size_t size , size_t repeat , CppAD::vector &x , CppAD::vector &jacobian ) { return false; } /* {xrst_code} {xrst_spell_on} {xrst_end cppadcg_ode.cpp}