lines 8-31 of file: include/cppad/example/atomic_four/vector/jac_sparsity.hpp {xrst_begin atomic_four_vector_jac_sparsity.hpp} Atomic Vector Jacobian Sparsity Pattern: Example Implementation ############################################################### Purpose ******* The ``jac_sparsity`` routine overrides the virtual functions used by the atomic_four base class for Jacobian sparsity calculations; see :ref:`jac_sparsity` . Example ******* The file :ref:`atomic_four_vector_jac_sparsity.cpp-name` contains an example and test using this operator. Source ****** {xrst_literal // BEGIN C++ // END C++ } {xrst_end atomic_four_vector_jac_sparsity.hpp}