------------------------------------------ lines 6-35 of file: speed/xpackage/ode.cpp ------------------------------------------ {xrst_begin xpackage_ode.cpp} Xpackage Speed: Ode ################### Specifications ************** :ref:`link_ode-name` Implementation ************** // a xpackage 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 xpackage_ode.cpp}