1-----------------------------------------------------------------------------
2CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-19 Bradley M. Bell
3
4CppAD is distributed under the terms of the
5             Eclipse Public License Version 2.0.
6
7This Source Code may also be made available under the following
8Secondary License when the conditions for such availability set forth
9in the Eclipse Public License, Version 2.0 are satisfied:
10      GNU General Public License, Version 2.0 or later.
11------------------------------------------------------------------------------
12$begin list_setvec$$
13$spell
14    Namespace
15    CppAD
16    setvec
17$$
18
19$section Implement SetVector Using Singly Linked Lists$$
20
21$head Namespace$$
22This class is in the $code CppAD::local::sparse$$ namespace.
23
24$head Public$$
25The public member function for the $code list_setvec$$ class implement the
26$cref SetVector$$ concept.
27
28$childtable%
29    include/cppad/local/sparse/list_setvec.hpp
30%$$
31
32$end
33