lines 9-32 of file: speed/sacado/sparse_hessian.cpp {xrst_begin sacado_sparse_hessian.cpp} Sacado Speed: Sparse Hessian ############################ {xrst_spell_off} {xrst_code cpp} */ // A sacado version of this test is not yet implemented extern bool link_sparse_hessian( size_t size , size_t repeat , const CppAD::vector& row , const CppAD::vector& col , CppAD::vector& x , CppAD::vector& hessian , size_t& n_color ) { return false; } /* {xrst_code} {xrst_spell_on} {xrst_end sacado_sparse_hessian.cpp}