Public Types | |
typedef ActivationDataAbstractTpl< Scalar > | ActivationDataAbstract |
typedef ConstraintDataAbstractTpl< Scalar > | Base |
typedef DataCollectorAbstractTpl< Scalar > | DataCollectorAbstract |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBaseTpl< Scalar >::VectorXs | VectorXs |
![]() | |
typedef DataCollectorAbstractTpl< Scalar > | DataCollectorAbstract |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef ResidualDataAbstractTpl< Scalar > | ResidualDataAbstract |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<template< typename Scalar > class Model> | |
ConstraintDataNumDiffTpl (Model< Scalar > *const model, DataCollectorAbstract *const shared_data) | |
![]() | |
template<template< typename Scalar > class Model> | |
ConstraintDataAbstractTpl (Model< Scalar > *const model, DataCollectorAbstract *const data) | |
Public Attributes | |
std::shared_ptr< Base > | data_0 |
The data at the approximation point. | |
std::vector< std::shared_ptr< Base > > | data_u |
The temporary data associated with the control variation. | |
std::vector< std::shared_ptr< Base > > | data_x |
The temporary data associated with the state variation. | |
VectorXs | du |
Control disturbance. | |
VectorXs | dx |
State disturbance. | |
MatrixXs | Gu |
Jacobian of the inequality constraint. | |
MatrixXs | Gx |
Jacobian of the inequality constraint. | |
MatrixXs | Hu |
Jacobian of the equality constraint. | |
MatrixXs | Hx |
Jacobian of the equality constraint. | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
DataCollectorAbstract * | shared |
Shared data. | |
Scalar | uh_jac |
Disturbance value used for computing \( \ell_\mathbf{u} \). | |
VectorXs | up |
Scalar | x_norm |
Norm of the state vector. | |
Scalar | xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \). | |
VectorXs | xp |
![]() | |
VectorXs | g |
Inequality constraint values. | |
MatrixXs | Gu |
Jacobian of the inequality constraint. | |
MatrixXs | Gx |
Jacobian of the inequality constraint. | |
VectorXs | h |
Equality constraint values. | |
MatrixXs | Hu |
Jacobian of the equality constraint. | |
MatrixXs | Hx |
Jacobian of the equality constraint. | |
std::shared_ptr< ResidualDataAbstract > | residual |
Residual data. | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
DataCollectorAbstract * | shared |
Shared data. | |
Definition at line 156 of file constraint.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 160 of file constraint.hpp.
typedef ConstraintDataAbstractTpl<Scalar> Base |
Definition at line 161 of file constraint.hpp.
typedef DataCollectorAbstractTpl<Scalar> DataCollectorAbstract |
Definition at line 162 of file constraint.hpp.
typedef ActivationDataAbstractTpl<Scalar> ActivationDataAbstract |
Definition at line 163 of file constraint.hpp.
typedef MathBaseTpl<Scalar>::VectorXs VectorXs |
Definition at line 164 of file constraint.hpp.
|
inlineexplicit |
Definition at line 167 of file constraint.hpp.
|
inlinevirtual |
Definition at line 190 of file constraint.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 159 of file constraint.hpp.
Scalar x_norm |
Norm of the state vector.
Definition at line 198 of file constraint.hpp.
Scalar xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \).
Definition at line 200 of file constraint.hpp.
Scalar uh_jac |
Disturbance value used for computing \( \ell_\mathbf{u} \).
Definition at line 202 of file constraint.hpp.
VectorXs dx |
State disturbance.
Definition at line 203 of file constraint.hpp.
VectorXs xp |
The integrated state from the disturbance on one DoF "\iline 205 \_form#91@_fakenl".
Definition at line 204 of file constraint.hpp.
VectorXs du |
Control disturbance.
Definition at line 206 of file constraint.hpp.
VectorXs up |
The integrated control from the disturbance on one DoF "\iline 208 \_form#99@_fakenl".
Definition at line 207 of file constraint.hpp.
std::shared_ptr<Base> data_0 |
The data at the approximation point.
Definition at line 209 of file constraint.hpp.
std::vector<std::shared_ptr<Base> > data_x |
The temporary data associated with the state variation.
Definition at line 211 of file constraint.hpp.
std::vector<std::shared_ptr<Base> > data_u |
The temporary data associated with the control variation.
Definition at line 213 of file constraint.hpp.
MatrixXs Gu |
Jacobian of the inequality constraint.
Definition at line 306 of file constraint-base.hpp.
MatrixXs Gx |
Jacobian of the inequality constraint.
Definition at line 305 of file constraint-base.hpp.
MatrixXs Hu |
Jacobian of the equality constraint.
Definition at line 309 of file constraint-base.hpp.
MatrixXs Hx |
Jacobian of the equality constraint.
Definition at line 308 of file constraint-base.hpp.
DataCollectorAbstract* shared |
Shared data.
Definition at line 302 of file constraint-base.hpp.