35 #ifndef ACADO_TOOLKIT_RADAU_IIA3_EXPORT_HPP 36 #define ACADO_TOOLKIT_RADAU_IIA3_EXPORT_HPP 68 const std::string& _commonHeaderName =
"" 87 const std::string &_commonHeaderName);
92 #endif // ACADO_TOOLKIT_RADAU_IIA3_EXPORT_HPP Allows to export a tailored Radau IIA method of order 3 for fast model predictive control...
virtual ~RadauIIA3Export()
#define CLOSE_NAMESPACE_ACADO
IntegratorExport * createRadauIIA3Export(UserInteraction *_userInteraction, const std::string &_commonHeaderName)
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.
Allows to export a tailored integrator for fast model predictive control.
RadauIIA3Export(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")
#define BEGIN_NAMESPACE_ACADO