CppAD: A C++ Algorithmic Differentiation Package  20130918
sparse.hpp
Go to the documentation of this file.
00001 /* $Id$ */
00002 # ifndef CPPAD_SPARSE_INCLUDED
00003 # define CPPAD_SPARSE_INCLUDED
00004 
00005 /* --------------------------------------------------------------------------
00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-06 Bradley M. Bell
00007 
00008 CppAD is distributed under multiple licenses. This distribution is under
00009 the terms of the 
00010                     Eclipse Public License Version 1.0.
00011 
00012 A copy of this license is included in the COPYING file of this distribution.
00013 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
00014 -------------------------------------------------------------------------- */
00015 
00016 /*
00017 $begin Sparse$$
00018 $spell
00019 $$
00020 
00021 $index sparsity, pattern$$
00022 $index pattern, sparsity$$
00023 
00024 $section Calculating Sparsity Patterns$$
00025 
00026 $childtable%
00027      cppad/local/for_sparse_jac.hpp%
00028      cppad/local/rev_sparse_jac.hpp%
00029      cppad/local/rev_sparse_hes.hpp
00030 %$$
00031 
00032 $end
00033 */
00034 
00035 # include <cppad/local/for_sparse_jac.hpp>
00036 # include <cppad/local/rev_sparse_jac.hpp>
00037 # include <cppad/local/rev_sparse_hes.hpp>
00038 
00039 # endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines