1-------------------------------------------------------------------------------
2  CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-20 Bradley M. Bell
3
4  CppAD is distributed under the terms of the
5               Eclipse Public License Version 2.0.
6
7  This Source Code may also be made available under the following
8  Secondary License when the conditions for such availability set forth
9  in the Eclipse Public License, Version 2.0 are satisfied:
10        GNU General Public License, Version 2.0 or later.
11-------------------------------------------------------------------------------
12$begin example_abs_normal$$
13$spell
14    Andreas Griewank
15    Jens-Uwe Bernt
16    Manuel Radons
17    Tom Streubel
18$$
19
20$section
21Examples and Tests: Abs-normal Representation of Non-Smooth Functions
22$$
23
24$head Reference$$
25Andreas Griewank, Jens-Uwe Bernt, Manuel Radons, Tom Streubel,
26$italic Solving piecewise linear systems in abs-normal form$$,
27Linear Algebra and its Applications,
28vol. 471 (2015), pages 500-530.
29
30$childtable%example/abs_normal/get_started.cpp
31    %example/abs_normal/abs_print_mat.hpp
32    %example/abs_normal/abs_eval.hpp
33    %example/abs_normal/simplex_method.hpp
34    %example/abs_normal/lp_box.hpp
35    %example/abs_normal/abs_min_linear.hpp
36    %example/abs_normal/min_nso_linear.hpp
37    %example/abs_normal/qp_interior.hpp
38    %example/abs_normal/qp_box.hpp
39    %example/abs_normal/abs_min_quad.hpp
40    %example/abs_normal/min_nso_quad.hpp
41%$$
42
43$end
44