Public Types | |
typedef ControlParametrizationDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::Vector2s | Vector2s |
![]() | |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<template< typename Scalar > class Model> | |
ControlParametrizationDataPolyOneTpl (Model< Scalar > *const model) | |
![]() | |
template<template< typename Scalar > class Model> | |
ControlParametrizationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
Vector2s | c |
Coefficients of the linear control that depends on time. | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
![]() | |
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 162 of file poly-one.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 167 of file poly-one.hpp.
typedef ControlParametrizationDataAbstractTpl<Scalar> Base |
Definition at line 168 of file poly-one.hpp.
typedef MathBase::Vector2s Vector2s |
Definition at line 169 of file poly-one.hpp.
|
inlineexplicit |
Definition at line 172 of file poly-one.hpp.
|
inlinevirtual |
Definition at line 177 of file poly-one.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 166 of file poly-one.hpp.
Vector2s c |
Coefficients of the linear control that depends on time.
Definition at line 179 of file poly-one.hpp.