forked from coin-or/CppAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.omh
32 lines (27 loc) · 1.03 KB
/
dev.omh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-20 Bradley M. Bell
CppAD is distributed under the terms of the
Eclipse Public License Version 2.0.
This Source Code may also be made available under the following
Secondary License when the conditions for such availability set forth
in the Eclipse Public License, Version 2.0 are satisfied:
GNU General Public License, Version 2.0 or later.
-------------------------------------------------------------------------- */
$begin CppAD$$
$comment Top level Developer documentaion$$
$include omh/cppad.omh$$
$children%
omh/install/install.omh%
omh/theory/theory.omh%
include/cppad/core/user_ad.hpp%
include/cppad/core/ad_fun.hpp%
omh/preprocessor.omh%
omh/multi_thread.omh%
include/cppad/utility/omh/utility.omh%
include/cppad/ipopt/solve.hpp%
omh/example.omh%
speed/speed.omh%
omh/appendix/appendix.omh%
omh/devel/devel.omh
%$$
$end