|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
| IntegratorSemiImplDataTpl (const IntegratorSemiImplEulerTpl< Scalar > *integrator) |
|
| ExplicitIntegratorDataTpl (const ExplicitIntegratorAbstractTpl< Scalar > *integrator) |
|
virtual | ~ExplicitIntegratorDataTpl ()=default |
|
| ExplicitIntegratorDataTpl (const ExplicitIntegratorAbstractTpl< Scalar > *integrator) |
|
virtual | ~ExplicitIntegratorDataTpl ()=default |
|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
| ExplicitDynamicsDataTpl (const int ndx1, const int nu, const int nx2, const int ndx2) |
|
virtual | ~ExplicitDynamicsDataTpl ()=default |
|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
| ExplicitDynamicsDataTpl (const int ndx1, const int nu, const int nx2, const int ndx2) |
|
virtual | ~ExplicitDynamicsDataTpl ()=default |
|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
| DynamicsDataTpl (const DynamicsModelTpl< Scalar > &model) |
|
| DynamicsDataTpl (const int ndx1, const int nu, const int ndx2) |
|
virtual | ~DynamicsDataTpl ()=default |
|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
| DynamicsDataTpl (const DynamicsModelTpl< Scalar > &model) |
|
| DynamicsDataTpl (const int ndx1, const int nu, const int ndx2) |
|
virtual | ~DynamicsDataTpl ()=default |
|
|
MatrixXs | Jtmp_xnext2 |
|
MatrixXs | Jtmp_u |
|
VectorXs | dx_ |
| Difference vector between current state x and xnext_.
|
|
VectorXs | xnext_ |
| Model next state.
|
|
shared_ptr< ODEData > | continuous_data |
|
VectorXs | dx_ |
| Difference vector between current state x and xnext_.
|
|
VectorXs | xnext_ |
| Model next state.
|
|
shared_ptr< ODEData > | continuous_data |
|
VectorXs | dx_ |
| Difference vector between current state x and xnext_.
|
|
VectorXs | xnext_ |
| Model next state.
|
|
VectorXs | xnext_ |
| Model next state.
|
|
VectorXs | dx_ |
| Difference vector between current state x and xnext_.
|
|
MatrixXs | Jtmp_xnext |
| Jacobian.
|
|
VectorRef | xnext_ref |
|
VectorRef | dx_ref |
|
MatrixRef | Ju_ |
| Jacobian with respect to \(u\).
|
|
MatrixRef | Jx_ |
| Jacobian with respect to \(x\).
|
|
MatrixRef | Jy_ |
| Jacobian with respect to \(y\).
|
|
VectorXs | value_ |
| Function value.
|
|
VectorXs | xnext_ |
| Model next state.
|
|
VectorXs | dx_ |
| Difference vector between current state x and xnext_.
|
|
MatrixXs | Jtmp_xnext |
| Jacobian.
|
|
VectorRef | xnext_ref |
|
VectorRef | dx_ref |
|
MatrixRef | Ju_ |
| Jacobian with respect to \(u\).
|
|
MatrixRef | Jx_ |
| Jacobian with respect to \(x\).
|
|
MatrixRef | Jy_ |
| Jacobian with respect to \(y\).
|
|
VectorXs | value_ |
| Function value.
|
|
const int | ndx1 |
|
const int | nu |
|
const int | ndx2 |
|
const int | nvar |
| Total number of variables.
|
|
VectorXs | value_ |
| Function value.
|
|
VectorRef | valref_ |
|
MatrixXs | jac_buffer_ |
| Full Jacobian.
|
|
MatrixRef | Jx_ |
| Jacobian with respect to \(x\).
|
|
MatrixRef | Ju_ |
| Jacobian with respect to \(u\).
|
|
MatrixRef | Jy_ |
| Jacobian with respect to \(y\).
|
|
MatrixXs | Hxx_ |
|
MatrixXs | Hxu_ |
|
MatrixXs | Hxy_ |
|
MatrixXs | Huu_ |
|
MatrixXs | Huy_ |
|
MatrixXs | Hyy_ |
|
const int | ndx1 |
|
const int | nu |
|
const int | ndx2 |
|
const int | nvar |
| Total number of variables.
|
|
VectorXs | value_ |
| Function value.
|
|
VectorRef | valref_ |
|
MatrixXs | jac_buffer_ |
| Full Jacobian.
|
|
MatrixRef | Jx_ |
| Jacobian with respect to \(x\).
|
|
MatrixRef | Ju_ |
| Jacobian with respect to \(u\).
|
|
MatrixRef | Jy_ |
| Jacobian with respect to \(y\).
|
|
MatrixXs | Hxx_ |
|
MatrixXs | Hxu_ |
|
MatrixXs | Hxy_ |
|
MatrixXs | Huu_ |
|
MatrixXs | Huy_ |
|
MatrixXs | Hyy_ |
|
template<typename
Scalar>
struct aligator::dynamics::IntegratorSemiImplDataTpl< Scalar >
Definition at line 44 of file integrator-semi-euler.hpp.