Crocoddyl
 
Loading...
Searching...
No Matches
SquashingDataAbstractTpl< _Scalar > Struct Template Reference

Public Types

typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::MatrixXs MatrixXs
 
typedef MathBase::VectorXs VectorXs
 

Public Member Functions

template<template< typename Scalar > class Model>
 SquashingDataAbstractTpl (Model< Scalar > *const model)
 

Public Attributes

MatrixXs du_ds
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
VectorXs u
 

Detailed Description

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

Definition at line 85 of file squashing-base.hpp.

Member Typedef Documentation

◆ MathBase

template<typename _Scalar >
typedef MathBaseTpl<Scalar> MathBase

Definition at line 89 of file squashing-base.hpp.

◆ VectorXs

template<typename _Scalar >
typedef MathBase::VectorXs VectorXs

Definition at line 90 of file squashing-base.hpp.

◆ MatrixXs

template<typename _Scalar >
typedef MathBase::MatrixXs MatrixXs

Definition at line 91 of file squashing-base.hpp.

Constructor & Destructor Documentation

◆ SquashingDataAbstractTpl() [1/2]

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

Definition at line 94 of file squashing-base.hpp.

◆ SquashingDataAbstractTpl() [2/2]

template<typename _Scalar >
SquashingDataAbstractTpl ( )
inline

Definition at line 99 of file squashing-base.hpp.

Member Data Documentation

◆ Scalar

template<typename _Scalar >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar

Definition at line 88 of file squashing-base.hpp.

◆ u

template<typename _Scalar >
VectorXs u

Definition at line 102 of file squashing-base.hpp.

◆ du_ds

template<typename _Scalar >
MatrixXs du_ds

Definition at line 103 of file squashing-base.hpp.


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