Public Types | |
typedef ControlParametrizationDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
![]() | |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<template< typename Scalar > class Model> | |
ControlParametrizationDataNumDiffTpl (Model< Scalar > *const model) | |
![]() | |
template<template< typename Scalar > class Model> | |
ControlParametrizationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
std::shared_ptr< Base > | data_0 |
The data that contains the final results. | |
std::vector< std::shared_ptr< Base > > | data_u |
The temporary data associated with the control variation. | |
VectorXs | du |
temporary variable used for finite differencing | |
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 163 of file control.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 168 of file control.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 169 of file control.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 170 of file control.hpp.
typedef ControlParametrizationDataAbstractTpl<Scalar> Base |
Definition at line 171 of file control.hpp.
|
inlineexplicit |
Definition at line 174 of file control.hpp.
|
inlinevirtual |
Definition at line 185 of file control.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 167 of file control.hpp.
VectorXs du |
temporary variable used for finite differencing
Definition at line 187 of file control.hpp.
std::shared_ptr<Base> data_0 |
The data that contains the final results.
Definition at line 188 of file control.hpp.
std::vector<std::shared_ptr<Base> > data_u |
The temporary data associated with the control variation.
Definition at line 190 of file control.hpp.