xpackage_ode.cpp

View page source

Xpackage Speed: Ode

Specifications

link_ode

Implementation

// a xpackage version of this test is not yet implemented

# 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; }