aligator
0.16.0 A versatile and efficient C++ library for real-time constrained trajectory optimization. |
#include <aligator/modelling/costs/sum-of-costs.hpp>
Public Types | |
| using | Scalar = _Scalar |
| using | CostData = CostDataAbstractTpl<Scalar> |
| using | CostStack = CostStackTpl<Scalar> |
| using | CostKey = typename CostStack::CostKey |
| using | DataMap |
| Public Types inherited from aligator::CostDataAbstractTpl< _Scalar > | |
| using | Scalar = _Scalar |
Public Member Functions | |
| CostStackDataTpl (const CostStackTpl< Scalar > &obj) | |
| 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 |
Public Attributes | |
| DataMap | sub_cost_data |
| 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}\). | |
Definition at line 141 of file sum-of-costs.hpp.
| using aligator::CostStackDataTpl< _Scalar >::Scalar = _Scalar |
Definition at line 142 of file sum-of-costs.hpp.
| using aligator::CostStackDataTpl< _Scalar >::CostData = CostDataAbstractTpl<Scalar> |
Definition at line 143 of file sum-of-costs.hpp.
| using aligator::CostStackDataTpl< _Scalar >::CostStack = CostStackTpl<Scalar> |
Definition at line 144 of file sum-of-costs.hpp.
| using aligator::CostStackDataTpl< _Scalar >::CostKey = typename CostStack::CostKey |
Definition at line 145 of file sum-of-costs.hpp.
| using aligator::CostStackDataTpl< _Scalar >::DataMap |
Definition at line 146 of file sum-of-costs.hpp.
| aligator::CostStackDataTpl< _Scalar >::CostStackDataTpl | ( | const CostStackTpl< Scalar > & | obj | ) |
| DataMap aligator::CostStackDataTpl< _Scalar >::sub_cost_data |
Definition at line 148 of file sum-of-costs.hpp.