Prev Next fadbad_ode.cpp Headings

Fadbad Speed: Ode
Indicate that this test is not available:
 

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

Input File: speed/fadbad/ode.cpp