#include <acado/utils/acado_utils.hpp>#include <acado/symbolic_operator/symbolic_operator.hpp>#include <acado/symbolic_expression/symbolic_expression.hpp>#include <acado/symbolic_expression/constraint_component.hpp>
Go to the source code of this file.
| Expression operator* | ( | const double & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 173 of file operator.cpp.
| Expression operator* | ( | const DVector & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 174 of file operator.cpp.
| Expression operator* | ( | const DMatrix & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 175 of file operator.cpp.
| Expression operator+ | ( | const double & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 138 of file operator.cpp.
| Expression operator+ | ( | const DVector & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 139 of file operator.cpp.
| Expression operator+ | ( | const DMatrix & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 140 of file operator.cpp.
| Expression operator- | ( | const double & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 150 of file operator.cpp.
| Expression operator- | ( | const DVector & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 151 of file operator.cpp.
| Expression operator- | ( | const DMatrix & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 152 of file operator.cpp.
| Expression operator/ | ( | const double & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 181 of file operator.cpp.
| Expression operator/ | ( | const DVector & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 182 of file operator.cpp.
| Expression operator/ | ( | const DMatrix & | arg1, |
| const Operator & | arg2 | ||
| ) |
Definition at line 183 of file operator.cpp.
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const Operator & | arg | ||
| ) |
Prints the expression into a stream ("flush" version).
Definition at line 213 of file operator.cpp.
| ConstraintComponent operator<= | ( | double | lb, |
| const Operator & | arg | ||
| ) |
Definition at line 197 of file operator.cpp.
| ConstraintComponent operator<= | ( | DVector | lb, |
| const Operator & | arg | ||
| ) |
Definition at line 201 of file operator.cpp.
| ConstraintComponent operator<= | ( | VariablesGrid | lb, |
| const Operator & | arg | ||
| ) |
Definition at line 205 of file operator.cpp.
| ConstraintComponent operator== | ( | double | b, |
| const Operator & | arg | ||
| ) |
Definition at line 198 of file operator.cpp.
| ConstraintComponent operator== | ( | DVector | b, |
| const Operator & | arg | ||
| ) |
Definition at line 202 of file operator.cpp.
| ConstraintComponent operator== | ( | VariablesGrid | b, |
| const Operator & | arg | ||
| ) |
Definition at line 206 of file operator.cpp.
| ConstraintComponent operator>= | ( | double | ub, |
| const Operator & | arg | ||
| ) |
Definition at line 199 of file operator.cpp.
| ConstraintComponent operator>= | ( | DVector | ub, |
| const Operator & | arg | ||
| ) |
Definition at line 203 of file operator.cpp.
| ConstraintComponent operator>= | ( | VariablesGrid | ub, |
| const Operator & | arg | ||
| ) |
Definition at line 207 of file operator.cpp.