aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
Base struct for function data. More...
#include <aligator/core/function-abstract.hpp>
Public Types | |
using | Scalar = _Scalar |
Public Member Functions | |
ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
StageFunctionDataTpl (const int ndx, const int nu, const int nr) | |
Default constructor. | |
StageFunctionDataTpl (const StageFunctionTpl< Scalar > &model) | |
virtual | ~StageFunctionDataTpl ()=default |
Public Attributes | |
const int | ndx1 |
const int | nu |
const int | nr |
const int | nvar = ndx1 + nu |
Total number of variables. | |
VectorXs | value_ |
Function value. | |
VectorRef | valref_ |
MatrixXs | jac_buffer_ |
Full Jacobian. | |
MatrixXs | vhp_buffer_ |
Vector-Hessian product buffer. | |
MatrixRef | Jx_ |
Jacobian with respect to \(x\). | |
MatrixRef | Ju_ |
Jacobian with respect to \(u\). | |
MatrixRef | Hxx_ |
MatrixRef | Hxu_ |
MatrixRef | Huu_ |
Base struct for function data.
using aligator::StageFunctionDataTpl< Scalar >::Scalar = _Scalar |
Definition at line 74 of file function-abstract.hpp.
aligator::StageFunctionDataTpl< Scalar >::StageFunctionDataTpl | ( | const int | ndx, |
const int | nu, | ||
const int | nr ) |
Default constructor.
|
explicit |
|
virtualdefault |
aligator::StageFunctionDataTpl< Scalar >::ALIGATOR_DYNAMIC_TYPEDEFS | ( | Scalar | ) |
const int aligator::StageFunctionDataTpl< Scalar >::ndx1 |
Definition at line 77 of file function-abstract.hpp.
const int aligator::StageFunctionDataTpl< Scalar >::nu |
Definition at line 78 of file function-abstract.hpp.
const int aligator::StageFunctionDataTpl< Scalar >::nr |
Definition at line 79 of file function-abstract.hpp.
const int aligator::StageFunctionDataTpl< Scalar >::nvar = ndx1 + nu |
Total number of variables.
Definition at line 81 of file function-abstract.hpp.
VectorXs aligator::StageFunctionDataTpl< Scalar >::value_ |
Function value.
Definition at line 84 of file function-abstract.hpp.
VectorRef aligator::StageFunctionDataTpl< Scalar >::valref_ |
Definition at line 85 of file function-abstract.hpp.
MatrixXs aligator::StageFunctionDataTpl< Scalar >::jac_buffer_ |
Full Jacobian.
Definition at line 87 of file function-abstract.hpp.
MatrixXs aligator::StageFunctionDataTpl< Scalar >::vhp_buffer_ |
Vector-Hessian product buffer.
Definition at line 89 of file function-abstract.hpp.
MatrixRef aligator::StageFunctionDataTpl< Scalar >::Jx_ |
Jacobian with respect to \(x\).
Definition at line 91 of file function-abstract.hpp.
MatrixRef aligator::StageFunctionDataTpl< Scalar >::Ju_ |
Jacobian with respect to \(u\).
Definition at line 93 of file function-abstract.hpp.
MatrixRef aligator::StageFunctionDataTpl< Scalar >::Hxx_ |
Definition at line 97 of file function-abstract.hpp.
MatrixRef aligator::StageFunctionDataTpl< Scalar >::Hxu_ |
Definition at line 98 of file function-abstract.hpp.
MatrixRef aligator::StageFunctionDataTpl< Scalar >::Huu_ |
Definition at line 99 of file function-abstract.hpp.