Functions
operator.cpp File Reference
#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>
Include dependency graph for operator.cpp:

Go to the source code of this file.

Functions

Expression operator* (const double &arg1, const Operator &arg2)
Expression operator* (const DVector &arg1, const Operator &arg2)
Expression operator* (const DMatrix &arg1, const Operator &arg2)
Expression operator+ (const double &arg1, const Operator &arg2)
Expression operator+ (const DVector &arg1, const Operator &arg2)
Expression operator+ (const DMatrix &arg1, const Operator &arg2)
Expression operator- (const double &arg1, const Operator &arg2)
Expression operator- (const DVector &arg1, const Operator &arg2)
Expression operator- (const DMatrix &arg1, const Operator &arg2)
Expression operator/ (const double &arg1, const Operator &arg2)
Expression operator/ (const DVector &arg1, const Operator &arg2)
Expression operator/ (const DMatrix &arg1, const Operator &arg2)
std::ostream & operator<< (std::ostream &stream, const Operator &arg)
ConstraintComponent operator<= (double lb, const Operator &arg)
ConstraintComponent operator<= (DVector lb, const Operator &arg)
ConstraintComponent operator<= (VariablesGrid lb, const Operator &arg)
ConstraintComponent operator== (double b, const Operator &arg)
ConstraintComponent operator== (DVector b, const Operator &arg)
ConstraintComponent operator== (VariablesGrid b, const Operator &arg)
ConstraintComponent operator>= (double ub, const Operator &arg)
ConstraintComponent operator>= (DVector ub, const Operator &arg)
ConstraintComponent operator>= (VariablesGrid ub, const Operator &arg)

Function Documentation

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).

Returns:
SUCCESFUL_RETURN

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.



acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Thu Aug 27 2015 12:01:36