Template Struct ActionDataNumDiffTpl
Defined in File action.hpp
Inheritance Relationships
Base Type
public crocoddyl::ActionDataAbstractTpl< _Scalar >(Template Struct ActionDataAbstractTpl)
Struct Documentation
-
template<typename _Scalar>
struct ActionDataNumDiffTpl : public crocoddyl::ActionDataAbstractTpl<_Scalar> Public Types
-
typedef MathBaseTpl<Scalar> MathBase
-
typedef ActionDataAbstractTpl<Scalar> Base
-
typedef MathBaseTpl<Scalar>::VectorXs VectorXs
-
typedef MathBaseTpl<Scalar>::MatrixXs MatrixXs
Public Functions
-
template<template<typename Scalar> class Model>
inline explicit ActionDataNumDiffTpl(Model<Scalar> *const model) Initialize the numdiff action data.
- Template Parameters:
Model – is the type of the
ActionModelAbstractTpl.- Parameters:
model – is the object to compute the numerical differentiation from.
-
typedef MathBaseTpl<Scalar> MathBase