81 if ( componentOperator != 0 )
83 tmp = *componentOperator;
84 delete componentOperator;
87 return Output( tmp,componentIdx );
113 for( run1 = 0; run1 <
N; run1++ ){
115 z.
setZ( run1, iter );
Data class for storing generic optimization variables.
Allows to setup and evaluate a general function based on SymbolicExpressions.
returnValue evaluate(double *x, double *_result)
Allows to setup and evaluate output functions based on SymbolicExpressions.
Abstract base class for all scalar-valued symbolic operators.
Provides a time grid consisting of vector-valued optimization variables at each grid point...
Allows to pass back messages to the calling function.
DVector evaluate(const EvaluationPoint &x, const int &number=0)
returnValue setZ(const uint &idx, const OCPiterate &iter)
Allows to setup function evaluation points.
BEGIN_NAMESPACE_ACADO typedef unsigned int uint
#define CLOSE_NAMESPACE_ACADO
uint getNumPoints() const
returnValue getExpression(Expression &expression) const
OutputFcn & operator=(const OutputFcn &rhs)
Base class for all variables within the symbolic expressions family.
returnValue setVector(uint pointIdx, const DVector &_values)
Function & operator=(const Function &rhs)
void rhs(const real_t *x, real_t *f)
#define BEGIN_NAMESPACE_ACADO
Output operator()(uint componentIdx)