46 const std::string& _commonHeaderName
74 const std::string &_commonHeaderName)
80 AA(0,0) = 5/(double)12;
81 AA(0,1) = -1/(double)12;
82 AA(1,0) = 3/(double)4;
83 AA(1,1) = 1/(double)4;
IntegratorExport * createRadauIIA3Export(UserInteraction *_userInteraction, const std::string &_commonHeaderName)
Allows to export a tailored Radau IIA method of order 3 for fast model predictive control...
virtual ~RadauIIA3Export()
#define CLOSE_NAMESPACE_ACADO
virtual returnValue copy(const ImplicitRungeKuttaExport &arg)
Allows to export a tailored implicit Runge-Kutta integrator for fast model predictive control...
Encapsulates all user interaction for setting options, logging data and plotting results.
returnValue initializeButcherTableau(const DMatrix &_AA, const DVector &_bb, const DVector &_cc)
Allows to export a tailored integrator for fast model predictive control.
RadauIIA3Export(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")
#define BEGIN_NAMESPACE_ACADO
virtual returnValue clear()