Public Types | |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| ControlParametrizationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
| MatrixXs | dw_du |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| VectorXs | u |
| value of the control parameters | |
| VectorXs | w |
| value of the differential control | |
Definition at line 211 of file control-base.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 215 of file control-base.hpp.
| typedef MathBase::VectorXs VectorXs |
Definition at line 216 of file control-base.hpp.
| typedef MathBase::MatrixXs MatrixXs |
Definition at line 217 of file control-base.hpp.
|
inlineexplicit |
Definition at line 220 of file control-base.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 214 of file control-base.hpp.
| VectorXs w |
value of the differential control
Definition at line 230 of file control-base.hpp.
| VectorXs u |
value of the control parameters
Definition at line 231 of file control-base.hpp.
| MatrixXs dw_du |
Jacobian of the differential control with respect to the parameters
Definition at line 232 of file control-base.hpp.