Crocoddyl
 
Loading...
Searching...
No Matches
ControlParametrizationDataPolyOneTpl< _Scalar > Struct Template Reference
Inheritance diagram for ControlParametrizationDataPolyOneTpl< _Scalar >:
ControlParametrizationDataAbstractTpl< _Scalar >

Public Types

typedef ControlParametrizationDataAbstractTpl< Scalar > Base
 
typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::Vector2s Vector2s
 
- Public Types inherited from ControlParametrizationDataAbstractTpl< _Scalar >
typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::MatrixXs MatrixXs
 
typedef MathBase::VectorXs VectorXs
 

Public Member Functions

template<template< typename Scalar > class Model>
 ControlParametrizationDataPolyOneTpl (Model< Scalar > *const model)
 
- Public Member Functions inherited from ControlParametrizationDataAbstractTpl< _Scalar >
template<template< typename Scalar > class Model>
 ControlParametrizationDataAbstractTpl (Model< Scalar > *const model)
 

Public Attributes

Vector2s c
 Coefficients of the linear control that depends on time.
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
- Public Attributes inherited from ControlParametrizationDataAbstractTpl< _Scalar >
MatrixXs dw_du
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
VectorXs u
 value of the control parameters
 
VectorXs w
 value of the differential control
 

Detailed Description

template<typename _Scalar>
struct crocoddyl::ControlParametrizationDataPolyOneTpl< _Scalar >

Definition at line 162 of file poly-one.hpp.

Member Typedef Documentation

◆ MathBase

template<typename _Scalar >
typedef MathBaseTpl<Scalar> MathBase

Definition at line 167 of file poly-one.hpp.

◆ Base

template<typename _Scalar >
typedef ControlParametrizationDataAbstractTpl<Scalar> Base

Definition at line 168 of file poly-one.hpp.

◆ Vector2s

template<typename _Scalar >
typedef MathBase::Vector2s Vector2s

Definition at line 169 of file poly-one.hpp.

Constructor & Destructor Documentation

◆ ControlParametrizationDataPolyOneTpl()

template<typename _Scalar >
template<template< typename Scalar > class Model>
ControlParametrizationDataPolyOneTpl ( Model< Scalar > *const  model)
inlineexplicit

Definition at line 172 of file poly-one.hpp.

◆ ~ControlParametrizationDataPolyOneTpl()

template<typename _Scalar >
virtual ~ControlParametrizationDataPolyOneTpl ( )
inlinevirtual

Definition at line 177 of file poly-one.hpp.

Member Data Documentation

◆ Scalar

template<typename _Scalar >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar

Definition at line 166 of file poly-one.hpp.

◆ c

template<typename _Scalar >
Vector2s c

Coefficients of the linear control that depends on time.

Definition at line 179 of file poly-one.hpp.


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