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 # 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 cppad_jit_ode.cpp}