symbolic_operator_fwd.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 
37 
39 
40 
41 // FORWARD DECLARATIONS:
42 // ---------------------
43 
44  class IndexList ;
45  class CFunction ;
46  class COperator ;
47  class SymbolicIndexList ;
48 
49  class Operator ;
50  class SmoothOperator ;
51 
52  class BinaryOperator ;
53  class Addition ;
54  class Subtraction ;
55  class Product ;
56  class Quotient ;
57  class Power ;
58  class Power_Int ;
59 
60  class UnaryOperator ;
61  class Sin ;
62  class Cos ;
63  class Tan ;
64  class Asin ;
65  class Acos ;
66  class Atan ;
67  class Exp ;
68  class Power ;
69  class Logarithm ;
70 
71  class DoubleConstant ;
72  class Projection ;
73  class TreeProjection ;
74 
75 
77 
78 // end of file.
Abstract base class for all scalar-valued binary operators within the symbolic operators family...
Abstract base class for all scalar-valued symbolic operators.
Definition: operator.hpp:60
Implements the scalar sine operator within the symbolic operators family.
Definition: sin.hpp:55
Abstract base class for all scalar-valued unary operators within the symbolic operators family...
Implements the scalar power operator within the symbolic operators family.
Definition: power.hpp:56
#define CLOSE_NAMESPACE_ACADO
Implements the scalar inverse tangens operator (arctan) within the symbolic operators family...
Definition: atan.hpp:55
Manages the indices of SymbolicVariables.
Implements the scalar cosine operator within the symbolic operators family.
Definition: cos.hpp:55
Implements the scalar tangens operator within the symbolic operators family.
Definition: tan.hpp:55
Implements the scalar power operator with integer exponent within the symbolic operators family...
Definition: powerint.hpp:55
Implements the scalar exponential operator within the symbolic operators family.
Definition: exp.hpp:55
Implements the scalar addition operator within the symbolic expressions family.
Definition: addition.hpp:54
Implements the scalar subtraction operator within the symbolic operators family.
Definition: subtraction.hpp:54
The class COperator is an auxiliary class to use C-Functions within a function evaluation tree...
Definition: c_operator.hpp:58
Implements the projection operator within the symbolic operators family.
Definition: projection.hpp:55
Implements the scalar inverse sine operator (arcsin) within the symbolic operators family...
Definition: asin.hpp:55
Implements the scalar quotient operator within the symbolic operators family.
Definition: quotient.hpp:55
Abstract base class for all scalar-valued symbolic operators.
Implements the tree-projection operator within the family of SymbolicOperators.
(no description yet)
Definition: c_function.hpp:54
Implements the scalar inverse cosine operator (arccos) within the symbolic operators family...
Definition: acos.hpp:55
#define BEGIN_NAMESPACE_ACADO
Implements the scalar logarithm operator within the symbolic operators family.
Definition: logarithm.hpp:55
Implements a scalar constant within the symbolic operators family.
Implements the scalar product operator within the symbolic operators family.
Definition: product.hpp:55


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:12