Allows to export a tailored Gauss-Legendre method of order 4 for fast model predictive control. More...
#include <gauss_legendre4_export.hpp>
Private Member Functions | |
GaussLegendre4Export (UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="") | |
GaussLegendre4Export (const GaussLegendre4Export &arg) | |
virtual | ~GaussLegendre4Export () |
Allows to export a tailored Gauss-Legendre method of order 4 for fast model predictive control.
The class GaussLegendre4Export allows to export a tailored Gauss-Legendre method of order 4 for fast model predictive control.
Definition at line 54 of file gauss_legendre4_export.hpp.
BEGIN_NAMESPACE_ACADO GaussLegendre4Export::GaussLegendre4Export | ( | 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 gauss_legendre4_export.cpp.
GaussLegendre4Export::GaussLegendre4Export | ( | const GaussLegendre4Export & | arg | ) | [private] |
Copy constructor (deep copy).
[in] | arg | Right-hand side object. |
Definition at line 53 of file gauss_legendre4_export.cpp.
GaussLegendre4Export::~GaussLegendre4Export | ( | ) | [private, virtual] |
Destructor.
Definition at line 61 of file gauss_legendre4_export.cpp.