Public Types | |
typedef ActivationDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
![]() | |
typedef MathBase::DiagonalMatrixXs | DiagonalMatrixXs |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<typename Activation > | |
ActivationDataSmooth1NormTpl (Activation *const activation) | |
![]() | |
template<template< typename Scalar > class Activation> | |
ActivationDataAbstractTpl (Activation< Scalar > *const activation) | |
Public Attributes | |
VectorXs | a |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
![]() | |
Scalar | a_value |
VectorXs | Ar |
DiagonalMatrixXs | Arr |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Additional Inherited Members | |
![]() | |
static MatrixXs | getHessianMatrix (const ActivationDataAbstractTpl< Scalar > &data) |
static void | setHessianMatrix (ActivationDataAbstractTpl< Scalar > &data, const MatrixXs &Arr) |
Definition at line 135 of file smooth-1norm.hpp.
typedef ActivationDataAbstractTpl<Scalar> Base |
Definition at line 140 of file smooth-1norm.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 141 of file smooth-1norm.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 142 of file smooth-1norm.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 143 of file smooth-1norm.hpp.
|
inlineexplicit |
Definition at line 146 of file smooth-1norm.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 139 of file smooth-1norm.hpp.
VectorXs a |
Definition at line 149 of file smooth-1norm.hpp.