Prev Next fadbad_sparse_hessian.cpp Headings

Fadbad Speed: Sparse Hessian
Indicate that this test is not available:

// The fadbad version of this test is not yet available 
bool link_sparse_hessian(
        size_t                     repeat     ,
        CppAD::vector<double>      &x         ,
        CppAD::vector<size_t>      &i         ,
        CppAD::vector<size_t>      &j         ,
        CppAD::vector<double>      &hessian
)
{
     return false;
}

Input File: speed/fadbad/sparse_hessian.cpp