Functions | Variables
export_variable.cpp File Reference
#include <acado/code_generation/export_variable.hpp>
#include <acado/code_generation/export_variable_internal.hpp>
#include <acado/code_generation/export_arithmetic_statement.hpp>
#include <acado/symbolic_expression/acado_syntax.hpp>
Include dependency graph for export_variable.cpp:

Go to the source code of this file.

Functions

ExportArithmeticStatement operator* (const ExportVariable &arg1, const ExportVariable &arg2)
 
ExportArithmeticStatement operator+ (const ExportVariable &arg1, const ExportVariable &arg2)
 
ExportArithmeticStatement operator+= (const ExportVariable &arg1, const ExportVariable &arg2)
 
ExportArithmeticStatement operator- (const ExportVariable &arg1, const ExportVariable &arg2)
 
ExportArithmeticStatement operator-= (const ExportVariable &arg1, const ExportVariable &arg2)
 
ExportArithmeticStatement operator== (const ExportVariable &arg1, const ExportVariable &arg2)
 
ExportArithmeticStatement operator^ (const ExportVariable &arg1, const ExportVariable &arg2)
 

Variables

static BEGIN_NAMESPACE_ACADO const double undefinedEntry = 1073741824.03125
 

Function Documentation

ExportArithmeticStatement operator* ( const ExportVariable arg1,
const ExportVariable arg2 
)

Operator for multiplying two ExportVariables.

@param[in] arg              Variable to be multiplied from the right.

\return Arithmetic statement containing the multiplication

Definition at line 295 of file export_variable.cpp.

ExportArithmeticStatement operator+ ( const ExportVariable arg1,
const ExportVariable arg2 
)

Operator for adding two ExportVariables.

@param[in] arg              Variable to be added.

\return Arithmetic statement containing the addition

Definition at line 251 of file export_variable.cpp.

ExportArithmeticStatement operator+= ( const ExportVariable arg1,
const ExportVariable arg2 
)

Operator for add-assigning an ExportVariable to another.

@param[in] arg              Variable to be add-assigned.

\return Arithmetic statement containing the add-assignment

Definition at line 273 of file export_variable.cpp.

ExportArithmeticStatement operator- ( const ExportVariable arg1,
const ExportVariable arg2 
)

Operator for subtracting an ExportVariable from another.

@param[in] arg              Variable to be subtracted.

\return Arithmetic statement containing the subtraction

Definition at line 262 of file export_variable.cpp.

ExportArithmeticStatement operator-= ( const ExportVariable arg1,
const ExportVariable arg2 
)

Operator for subtract-assigning an ExportVariables from another.

@param[in] arg              Variable to be subtract-assigned.

\return Arithmetic statement containing the subtract-assignment

Definition at line 284 of file export_variable.cpp.

ExportArithmeticStatement operator== ( const ExportVariable arg1,
const ExportVariable arg2 
)

Operator for assigning an ExportVariable to another.

@param[in] arg              Variable to be assined.

\return Arithmetic statement containing the assignment

Definition at line 315 of file export_variable.cpp.

ExportArithmeticStatement operator^ ( const ExportVariable arg1,
const ExportVariable arg2 
)

Operator for multiplying an ExportVariable to the transposed on another.

@param[in] arg              Variable to be multiplied from the right.

\return Arithmetic statement containing the multiplication with left-hand side variable transposed

Definition at line 305 of file export_variable.cpp.

Variable Documentation

BEGIN_NAMESPACE_ACADO const double undefinedEntry = 1073741824.03125
static

Definition at line 44 of file export_variable.cpp.



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