![]() |
Prev | Next | fadbad_ode.cpp | Headings |
// The fadbad version of this test is not yet available
# include <cstring>
# include <cppad/vector.hpp>
bool link_ode(
size_t size ,
size_t repeat ,
bool retape ,
CppAD::vector<double> &x ,
CppAD::vector<double> &gradient
)
{
return false;
}