Template Struct ActivationBoundsTpl
Defined in File quadratic-barrier.hpp
Struct Documentation
-
template<typename _Scalar>
struct ActivationBoundsTpl Public Types
-
typedef MathBaseTpl<Scalar> MathBase
Public Functions
-
inline ActivationBoundsTpl(const VectorXs &lower, const VectorXs &upper, const Scalar b = Scalar(1.))
-
inline ActivationBoundsTpl(const ActivationBoundsTpl &other)
-
inline ActivationBoundsTpl()
-
template<typename NewScalar>
inline ActivationBoundsTpl<NewScalar> cast() const
-
inline ActivationBoundsTpl &operator=(const ActivationBoundsTpl &other)
-
inline void print(std::ostream &os) const
Friends
-
inline friend std::ostream &operator<<(std::ostream &os, const ActivationBoundsTpl &bounds)
Print information on the activation bounds.
-
typedef MathBaseTpl<Scalar> MathBase