lines 6-35 of file: speed/cppad_jit/ode.cpp

{xrst_begin cppad_jit_ode.cpp}

cppad_jit Speed: Ode
####################

Specifications
**************
:ref:`link_ode-name`

Implementation
**************
// a cppad_jit 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 cppad_jit_ode.cpp}
