Public Types | |
typedef ActionDataAbstractTpl< 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> | |
ActionDataCodeGenTpl (Model< Scalar > *const model) | |
void | distribute_calcDiffout () |
void | distribute_calcout () |
![]() | |
template<template< typename Scalar > class Model> | |
ActionDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
VectorXs | calcDiffout |
VectorXs | calcout |
Scalar | cost |
cost value More... | |
MatrixXs | Fu |
Jacobian of the dynamics. More... | |
MatrixXs | Fx |
Jacobian of the dynamics. More... | |
VectorXs | Lu |
Jacobian of the cost function. More... | |
MatrixXs | Luu |
Hessian of the cost function. More... | |
VectorXs | Lx |
Jacobian of the cost function. More... | |
MatrixXs | Lxu |
Hessian of the cost function. More... | |
MatrixXs | Lxx |
Hessian of the cost function. More... | |
VectorXs | r |
Cost residual. More... | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | xnext |
evolution state More... | |
VectorXs | xu |
![]() | |
Scalar | cost |
cost value More... | |
MatrixXs | Fu |
Jacobian of the dynamics. More... | |
MatrixXs | Fx |
Jacobian of the dynamics. More... | |
VectorXs | Lu |
Jacobian of the cost function. More... | |
MatrixXs | Luu |
Hessian of the cost function. More... | |
VectorXs | Lx |
Jacobian of the cost function. More... | |
MatrixXs | Lxu |
Hessian of the cost function. More... | |
MatrixXs | Lxx |
Hessian of the cost function. More... | |
VectorXs | r |
Cost residual. More... | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | xnext |
evolution state More... | |
Definition at line 267 of file action-base.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 271 of file action-base.hpp.
typedef ActionDataAbstractTpl<Scalar> Base |
Definition at line 272 of file action-base.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 273 of file action-base.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 274 of file action-base.hpp.
|
inlineexplicit |
Definition at line 318 of file action-base.hpp.
|
inline |
Definition at line 291 of file action-base.hpp.
|
inline |
Definition at line 296 of file action-base.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 270 of file action-base.hpp.
VectorXs xu |
Definition at line 287 of file action-base.hpp.
VectorXs calcout |
Definition at line 287 of file action-base.hpp.
VectorXs calcDiffout |
Definition at line 289 of file action-base.hpp.
Scalar cost |
cost value
Definition at line 268 of file action-base.hpp.
MatrixXs Fu |
Jacobian of the dynamics.
Definition at line 271 of file action-base.hpp.
MatrixXs Fx |
Jacobian of the dynamics.
Definition at line 270 of file action-base.hpp.
VectorXs Lu |
Jacobian of the cost function.
Definition at line 274 of file action-base.hpp.
MatrixXs Luu |
Hessian of the cost function.
Definition at line 277 of file action-base.hpp.
VectorXs Lx |
Jacobian of the cost function.
Definition at line 273 of file action-base.hpp.
MatrixXs Lxu |
Hessian of the cost function.
Definition at line 276 of file action-base.hpp.
MatrixXs Lxx |
Hessian of the cost function.
Definition at line 275 of file action-base.hpp.
VectorXs r |
Cost residual.
Definition at line 272 of file action-base.hpp.
VectorXs xnext |
evolution state
Definition at line 269 of file action-base.hpp.