lines 9-37 of file: speed/cppad_jit/sparse_jacobian.cpp {xrst_begin cppad_jit_sparse_jacobian.cpp} cppad_jit Speed: sparse_jacobian ################################ Specifications ************** :ref:`link_sparse_jacobian-name` {xrst_spell_off} {xrst_code cpp} */ // A cppad_jit version of this test is not yet available bool link_sparse_jacobian( const std::string& job , size_t size , size_t repeat , size_t m , const CppAD::vector& row , const CppAD::vector& col , CppAD::vector& x , CppAD::vector& jacobian , size_t& n_color ) { return false; } /* {xrst_code} {xrst_spell_on} {xrst_end cppad_jit_sparse_jacobian.cpp}