Prev Next adolc_ode.cpp Headings

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

// The adolc version of this test is not yet available

bool link_ode(
	size_t                     size       ,
	size_t                     repeat     ,
	bool                       retape     ,
	CppAD::vector<double>      &x         ,
	CppAD::vector<double>      &gradient
)
{
	return false;
}

Input File: speed/adolc/ode.cpp