Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef ActivationModelSmooth1NormTpl< Scalar > | Base |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef Scalar | Scalar |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Additional Inherited Members | |
![]() | |
typedef ActivationDataAbstractTpl< Scalar > | ActivationDataAbstract |
typedef ActivationModelAbstractTpl< Scalar > | Base |
typedef ActivationDataSmooth1NormTpl< 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 |
![]() | |
ActivationModelSmooth1NormTpl (const std::size_t &nr, const Scalar &eps=Scalar(1.)) | |
Initialize the smooth-abs activation model. More... | |
virtual void | calc (const boost::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r) |
Compute the smooth-abs function. More... | |
virtual void | calcDiff (const boost::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r) |
Compute the derivatives of the smooth-abs function. More... | |
virtual boost::shared_ptr< ActivationDataAbstract > | createData () |
Create the smooth-abs activation data. More... | |
![]() | |
ActivationModelAbstractTpl (const std::size_t &nr) | |
const std::size_t & | get_nr () const |
![]() | |
Scalar | eps_ |
< Dimension of the residual vector More... | |
![]() | |
std::size_t | nr_ |
Definition at line 19 of file smooth-abs.hpp.