/* $Id$ */
# ifndef CPPAD_SPARSE_INCLUDED
# define CPPAD_SPARSE_INCLUDED

/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-06 Bradley M. Bell

CppAD is distributed under multiple licenses. This distribution is under
the terms of the 
                    GNU General Public License Version 3.

A copy of this license is included in the COPYING file of this distribution.
Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
-------------------------------------------------------------------------- */

/*
$begin Sparse$$
$spell
$$

$index sparsity, pattern$$
$index pattern, sparsity$$

$section Calculating Sparsity Patterns$$

$childtable%
	cppad/local/for_sparse_jac.hpp%
	cppad/local/rev_sparse_jac.hpp%
	cppad/local/rev_sparse_hes.hpp
%$$

$end
*/

# include <cppad/local/for_sparse_jac.hpp>
# include <cppad/local/rev_sparse_jac.hpp>
# include <cppad/local/rev_sparse_hes.hpp>

# endif
