63 for( run1 = 0; run1 <
counter; run1++ )
92 for( run1 = 0; run1 <
counter; run1++ ){
106 for( run1 = 0; run1 < arg.
getDim(); run1++ ){
133 for( run1 = 0; run1 < arg.
getDim(); run1++ )
134 operator==( arg(run1) );
144 for( run1 = 0; run1 < arg.
getNumRows(); run1++ )
145 for( run2 = 0; run2 < arg.
getNumCols(); run2++ )
146 operator==( arg(run1,run2) );
Transition & operator=(const Transition &arg)
Allows to setup and evaluate a general function based on SymbolicExpressions.
BEGIN_NAMESPACE_ACADO typedef unsigned int uint
#define CLOSE_NAMESPACE_ACADO
Transition & operator<<(const DifferentialState &arg)
Base class for all variables within the symbolic expressions family.
Transition & operator==(const Expression &arg)
Function & operator=(const Function &rhs)
unsigned getNumRows() const
unsigned getNumCols() const
Allows to setup and evaluate transition functions based on SymbolicExpressions.
uint getComponent(const unsigned int idx) const
#define BEGIN_NAMESPACE_ACADO
Function & operator<<(const Expression &arg)