Public Types | |
typedef ActivationDataAbstractTpl< Scalar > | ActivationDataAbstract |
typedef ActivationModelAbstractTpl< Scalar > | Base |
typedef ActivationDataNumDiffTpl< Scalar > | Data |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
![]() | |
typedef ActivationDataAbstractTpl< Scalar > | ActivationDataAbstract |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
ActivationModelNumDiffTpl (boost::shared_ptr< Base > model) | |
Construct a new ActivationModelNumDiff object. More... | |
virtual | ~ActivationModelNumDiffTpl () |
Destroy the ActivationModelNumDiff object. | |
virtual void | calc (const boost::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r) |
virtual void | calcDiff (const boost::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r) |
virtual boost::shared_ptr< ActivationDataAbstract > | createData () |
Create a Data object from the given model. More... | |
const Scalar | get_disturbance () const |
Get the disturbance_ object. More... | |
const boost::shared_ptr< Base > & | get_model () const |
Get the model_ object. More... | |
void | set_disturbance (const Scalar disturbance) |
Set the disturbance_ object. More... | |
![]() | |
ActivationModelAbstractTpl (const std::size_t nr) | |
virtual void | calc (const boost::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r)=0 |
virtual void | calcDiff (const boost::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r)=0 |
virtual boost::shared_ptr< ActivationDataAbstract > | createData () |
std::size_t | get_nr () const |
virtual void | print (std::ostream &os) const |
Print relevant information of the activation model. More... | |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Additional Inherited Members | |
![]() | |
std::size_t | nr_ |
Definition at line 22 of file activation.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 27 of file activation.hpp.
typedef ActivationModelAbstractTpl<Scalar> Base |
Definition at line 28 of file activation.hpp.
typedef ActivationDataNumDiffTpl<Scalar> Data |
Definition at line 29 of file activation.hpp.
typedef ActivationDataAbstractTpl<Scalar> ActivationDataAbstract |
Definition at line 30 of file activation.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 31 of file activation.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 32 of file activation.hpp.
|
explicit |
Construct a new ActivationModelNumDiff object.
model |
|
virtual |
Implements ActivationModelAbstractTpl< _Scalar >.
|
virtual |
Implements ActivationModelAbstractTpl< _Scalar >.
|
virtual |
Create a Data object from the given model.
Reimplemented from ActivationModelAbstractTpl< _Scalar >.
const boost::shared_ptr< Base > & get_model | ( | ) | const |
Get the model_ object.
const Scalar get_disturbance | ( | ) | const |
Get the disturbance_ object.
void set_disturbance | ( | const Scalar | disturbance | ) |
Set the disturbance_ object.
disturbance | is the value used to find the numerical derivative |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 26 of file activation.hpp.