Allows to export a tailored explicit Runge-Kutta integrator of order 4 for fast model predictive control. More...
#include <erk4_export.hpp>
Private Member Functions | |
ExplicitRungeKutta4Export (UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="") | |
ExplicitRungeKutta4Export (const ExplicitRungeKutta4Export &arg) | |
virtual | ~ExplicitRungeKutta4Export () |
Allows to export a tailored explicit Runge-Kutta integrator of order 4 for fast model predictive control.
The class ExplicitRungeKutta4Export allows to export a tailored explicit Runge-Kutta integrator of order 4 for fast model predictive control.
Definition at line 54 of file erk4_export.hpp.
BEGIN_NAMESPACE_ACADO ExplicitRungeKutta4Export::ExplicitRungeKutta4Export | ( | UserInteraction * | _userInteraction = 0 , |
const std::string & | _commonHeaderName = "" |
||
) | [private] |
Default constructor.
[in] | _userInteraction | Pointer to corresponding user interface. |
[in] | _commonHeaderName | Name of common header file to be included. |
Definition at line 45 of file erk4_export.cpp.
ExplicitRungeKutta4Export::ExplicitRungeKutta4Export | ( | const ExplicitRungeKutta4Export & | arg | ) | [private] |
Copy constructor (deep copy).
[in] | arg | Right-hand side object. |
Definition at line 52 of file erk4_export.cpp.
ExplicitRungeKutta4Export::~ExplicitRungeKutta4Export | ( | ) | [private, virtual] |
Destructor.
Definition at line 59 of file erk4_export.cpp.