aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear 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 |
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 140 of file sum-of-costs.hpp.
using aligator::CostStackDataTpl< _Scalar >::Scalar = _Scalar |
Definition at line 141 of file sum-of-costs.hpp.
using aligator::CostStackDataTpl< _Scalar >::CostData = CostDataAbstractTpl<Scalar> |
Definition at line 142 of file sum-of-costs.hpp.
using aligator::CostStackDataTpl< _Scalar >::CostStack = CostStackTpl<Scalar> |
Definition at line 143 of file sum-of-costs.hpp.
using aligator::CostStackDataTpl< _Scalar >::CostKey = typename CostStack::CostKey |
Definition at line 144 of file sum-of-costs.hpp.
using aligator::CostStackDataTpl< _Scalar >::DataMap |
Definition at line 145 of file sum-of-costs.hpp.
aligator::CostStackDataTpl< _Scalar >::CostStackDataTpl | ( | const CostStackTpl< Scalar > & | obj | ) |
DataMap aligator::CostStackDataTpl< _Scalar >::sub_cost_data |
Definition at line 147 of file sum-of-costs.hpp.