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