aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
aligator::detail::linear_func_composition_impl< _FunType >::Data Struct Reference

#include <aligator/modelling/linear-function-composition.hpp>

Inheritance diagram for aligator::detail::linear_func_composition_impl< _FunType >::Data:
[legend]
Collaboration diagram for aligator::detail::linear_func_composition_impl< _FunType >::Data:
[legend]

Public Member Functions

 Data (const linear_func_composition_impl &ptr)
 
- Public Member Functions inherited from aligator::StageFunctionDataTpl< Scalar >
 ALIGATOR_DYNAMIC_TYPEDEFS (Scalar)
 
 StageFunctionDataTpl (const int ndx1, const int nu, const int ndx2, const int nr)
 Default constructor.
 
virtual ~StageFunctionDataTpl ()=default
 
- Public Member Functions inherited from aligator::Cloneable< T >
shared_ptr< T > clone () const
 

Public Attributes

shared_ptr< BaseDatasub_data
 
- Public Attributes inherited from aligator::StageFunctionDataTpl< Scalar >
const int ndx1
 
const int nu
 
const int ndx2
 
const int nr
 
const int nvar
 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 Jy_
 Jacobian with respect to \(y\).
 
MatrixRef Hxx_
 
MatrixRef Hxu_
 
MatrixRef Hxy_
 
MatrixRef Huu_
 
MatrixRef Huy_
 
MatrixRef Hyy_
 

Additional Inherited Members

- Public Types inherited from aligator::StageFunctionDataTpl< Scalar >
using Scalar
 
- Protected Member Functions inherited from aligator::StageFunctionDataTpl< Scalar >
virtual StageFunctionDataTplclone_impl () const
 

Detailed Description

template<typename _FunType>
struct aligator::detail::linear_func_composition_impl< _FunType >::Data

Definition at line 20 of file linear-function-composition.hpp.

Constructor & Destructor Documentation

◆ Data()

template<typename _FunType >
aligator::detail::linear_func_composition_impl< _FunType >::Data::Data ( const linear_func_composition_impl & ptr)
inline

Definition at line 22 of file linear-function-composition.hpp.

Member Data Documentation

◆ sub_data

template<typename _FunType >
shared_ptr<BaseData> aligator::detail::linear_func_composition_impl< _FunType >::Data::sub_data

Definition at line 21 of file linear-function-composition.hpp.


The documentation for this struct was generated from the following file: