|
Prev | Next | adolc_sparse_jacobian.cpp | Headings |
// The adolc version of this test is not yet available
bool link_sparse_jacobian(
size_t repeat ,
CppAD::vector<double> &x ,
CppAD::vector<size_t> &i ,
CppAD::vector<size_t> &j ,
CppAD::vector<double> &jacobian )
{
return false;
}