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.

Parameters:
[in]argVariable to be multiplied from the right.
Returns:
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.

Parameters:
[in]argVariable to be added.
Returns:
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.

Parameters:
[in]argVariable to be add-assigned.
Returns:
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.

Parameters:
[in]argVariable to be subtracted.
Returns:
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.

Parameters:
[in]argVariable to be subtract-assigned.
Returns:
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.

Parameters:
[in]argVariable to be assined.
Returns:
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.

Parameters:
[in]argVariable to be multiplied from the right.
Returns:
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 Thu Aug 27 2015 12:01:34