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 <map>
# include <cppad/utility/vector.hpp>

// list of possible options
extern std::map<std::string, bool> global_option;

bool link_ode(
   size_t                     size       ,
   size_t                     repeat     ,
   CppAD::vector<double>      &x         ,
   CppAD::vector<double>      &jacobian  )
{  return false; }
/* {xrst_code}
{xrst_spell_on}

{xrst_end xpackage_ode.cpp}
