Template Struct ActivationDataNumDiffTpl
Defined in File activation.hpp
Inheritance Relationships
Base Type
public crocoddyl::ActivationDataAbstractTpl< _Scalar >(Template Struct ActivationDataAbstractTpl)
Struct Documentation
-
template<typename _Scalar>
struct ActivationDataNumDiffTpl : public crocoddyl::ActivationDataAbstractTpl<_Scalar> -
Public Functions
-
template<template<typename Scalar> class Model>
inline explicit ActivationDataNumDiffTpl(Model<Scalar> *const model) Construct a new ActivationDataNumDiff object.
- Template Parameters:
Model – is the type of the ActivationModel.
- Parameters:
model – is the object to compute the numerical differentiation from.
-
template<template<typename Scalar> class Model>