35 #ifndef ACADO_TOOLKIT_ERK_ADJOINT_EXPORT_HPP 36 #define ACADO_TOOLKIT_ERK_ADJOINT_EXPORT_HPP 68 const std::string& _commonHeaderName =
"" 135 #endif // ACADO_TOOLKIT_ERK_ADJOINT_EXPORT_HPP Allows to export a tailored explicit Runge-Kutta integrator for fast model predictive control...
AdjointERKExport(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")
Allows to pass back messages to the calling function.
virtual returnValue setup()
virtual ~AdjointERKExport()
#define CLOSE_NAMESPACE_ACADO
Base class for all variables within the symbolic expressions family.
ExportVariable rk_forward_sweep
Encapsulates all user interaction for setting options, logging data and plotting results.
virtual returnValue getDataDeclarations(ExportStatementBlock &declarations, ExportStruct dataStruct=ACADO_ANY) const
virtual returnValue setDifferentialEquation(const Expression &rhs)
#define BEGIN_NAMESPACE_ACADO
Allows to export code for a block of statements.
Allows to export a tailored explicit Runge-Kutta integrator with adjoint first order sensitivity prop...
virtual returnValue getCode(ExportStatementBlock &code)
Defines a matrix-valued variable to be used for exporting code.