|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
Additional Inherited Members | |
Public Types inherited from aligator::CostDataAbstractTpl< Scalar > | |
| using | Scalar |
| using | Scalar |
Public Member Functions inherited from aligator::CostDataAbstractTpl< Scalar > | |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| CostDataAbstractTpl (const int ndx, const int nu) | |
| CostDataAbstractTpl (const CostAbstractTpl< Scalar > &cost) | |
| virtual | ~CostDataAbstractTpl ()=default |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| CostDataAbstractTpl (const int ndx, const int nu) | |
| CostDataAbstractTpl (const CostAbstractTpl< Scalar > &cost) | |
| virtual | ~CostDataAbstractTpl ()=default |
Public Attributes inherited from aligator::CostDataAbstractTpl< Scalar > | |
| int | ndx_ |
| int | nu_ |
| Scalar | value_ |
| VectorXs | grad_ |
| MatrixXs | hess_ |
| VectorRef | Lx_ |
| Gradient \(\ell_x\). | |
| VectorRef | Lu_ |
| Gradient \(\ell_u\). | |
| MatrixRef | Lxx_ |
| Hessian \(\ell_{xx}\). | |
| MatrixRef | Lxu_ |
| Hessian \(\ell_{xu}\). | |
| MatrixRef | Lux_ |
| Hessian \(\ell_{ux}\). | |
| MatrixRef | Luu_ |
| Hessian \(\ell_{uu}\). | |
| int | ndx_ |
| int | nu_ |
| Scalar | value_ |
| VectorXs | grad_ |
| MatrixXs | hess_ |
| VectorRef | Lx_ |
| Gradient \(\ell_x\). | |
| VectorRef | Lu_ |
| Gradient \(\ell_u\). | |
| MatrixRef | Lxx_ |
| Hessian \(\ell_{xx}\). | |
| MatrixRef | Lxu_ |
| Hessian \(\ell_{xu}\). | |
| MatrixRef | Lux_ |
| Hessian \(\ell_{ux}\). | |
| MatrixRef | Luu_ |
| Hessian \(\ell_{uu}\). | |
Definition at line 23 of file expose-costs.cpp.