Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
x
y
+
Typedefs
a
d
i
p
q
r
s
t
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
u
v
w
x
z
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
+
Enumerator
_
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Related Functions
a
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
x
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
x
z
+
Typedefs
a
b
c
d
e
f
g
i
l
m
n
r
s
t
u
+
Enumerations
a
b
c
d
e
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Macros
_
a
b
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
acado
symbolic_operator
symbolic_operator.hpp
Go to the documentation of this file.
1
/*
2
* This file is part of ACADO Toolkit.
3
*
4
* ACADO Toolkit -- A Toolkit for Automatic Control and Dynamic Optimization.
5
* Copyright (C) 2008-2014 by Boris Houska, Hans Joachim Ferreau,
6
* Milan Vukov, Rien Quirynen, KU Leuven.
7
* Developed within the Optimization in Engineering Center (OPTEC)
8
* under supervision of Moritz Diehl. All rights reserved.
9
*
10
* ACADO Toolkit is free software; you can redistribute it and/or
11
* modify it under the terms of the GNU Lesser General Public
12
* License as published by the Free Software Foundation; either
13
* version 3 of the License, or (at your option) any later version.
14
*
15
* ACADO Toolkit is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
* Lesser General Public License for more details.
19
*
20
* You should have received a copy of the GNU Lesser General Public
21
* License along with ACADO Toolkit; if not, write to the Free Software
22
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
*
24
*/
25
26
27
35
// COLLECTION OF ALL OPERATOR-HEADER FILES:
36
// -------------------------------------------------------
37
#include <
acado/symbolic_operator/evaluation_base.hpp
>
38
#include <
acado/symbolic_operator/evaluation_template.hpp
>
39
40
#include <
acado/symbolic_operator/operator.hpp
>
41
#include <
acado/symbolic_operator/smooth_operator.hpp
>
42
#include <
acado/symbolic_operator/nonsmooth_operator.hpp
>
43
44
#include <
acado/symbolic_operator/unary_operator.hpp
>
45
#include <
acado/symbolic_operator/binary_operator.hpp
>
46
47
#include <
acado/symbolic_operator/acos.hpp
>
48
#include <
acado/symbolic_operator/addition.hpp
>
49
#include <
acado/symbolic_operator/asin.hpp
>
50
#include <
acado/symbolic_operator/atan.hpp
>
51
#include <
acado/symbolic_operator/cos.hpp
>
52
#include <
acado/symbolic_operator/doubleconstant.hpp
>
53
#include <
acado/symbolic_operator/exp.hpp
>
54
#include <
acado/symbolic_operator/logarithm.hpp
>
55
#include <
acado/symbolic_operator/power.hpp
>
56
#include <
acado/symbolic_operator/powerint.hpp
>
57
#include <
acado/symbolic_operator/product.hpp
>
58
#include <
acado/symbolic_operator/quotient.hpp
>
59
#include <
acado/symbolic_operator/sin.hpp
>
60
#include <
acado/symbolic_operator/subtraction.hpp
>
61
#include <
acado/symbolic_operator/symbolic_index_list.hpp
>
62
#include <
acado/symbolic_operator/tan.hpp
>
63
#include <
acado/symbolic_operator/projection.hpp
>
64
#include <
acado/symbolic_operator/tree_projection.hpp
>
65
66
67
// -------------------------------------------------------
68
// -------------------------------------------------------
69
// end of file.
70
subtraction.hpp
atan.hpp
quotient.hpp
tan.hpp
powerint.hpp
doubleconstant.hpp
operator.hpp
acos.hpp
cos.hpp
tree_projection.hpp
addition.hpp
unary_operator.hpp
smooth_operator.hpp
power.hpp
evaluation_base.hpp
binary_operator.hpp
exp.hpp
asin.hpp
evaluation_template.hpp
product.hpp
projection.hpp
symbolic_index_list.hpp
sin.hpp
logarithm.hpp
nonsmooth_operator.hpp
acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Feb 28 2022 21:32:15