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