35 #ifndef ACADO_TOOLKIT_LIFTED_ERK_EXPORT_HPP 36 #define ACADO_TOOLKIT_LIFTED_ERK_EXPORT_HPP 69 const std::string& _commonHeaderName =
"" 155 #endif // ACADO_TOOLKIT_LIFTED_ERK_EXPORT_HPP ExportVariable getAuxVariable() const
Allows to export a tailored explicit Runge-Kutta integrator for fast model predictive control...
Allows to export a tailored explicit Runge-Kutta integrator with a lifted Newton method to efficientl...
LiftedERKExport(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")
Allows to export code of an ACADO function.
Allows to pass back messages to the calling function.
ExportVariable rk_auxSolver
#define CLOSE_NAMESPACE_ACADO
ExportLinearSolver * solver
Base class for all variables within the symbolic expressions family.
Encapsulates all user interaction for setting options, logging data and plotting results.
ExportAcadoFunction alg_rhs
virtual returnValue setDifferentialEquation(const Expression &rhs)
#define BEGIN_NAMESPACE_ACADO
Allows to export automatically generated algorithms for solving linear systems of specific dimensions...
Allows to export code for a block of statements.
virtual ~LiftedERKExport()
virtual returnValue getCode(ExportStatementBlock &code)
virtual returnValue getDataDeclarations(ExportStatementBlock &declarations, ExportStruct dataStruct=ACADO_ANY) const
Defines a matrix-valued variable to be used for exporting code.
virtual returnValue setup()