Template Class expression
Defined in File expression.hpp
Inheritance Relationships
Derived Type
public rcppsw::math::ema< T >
(Template Class ema)
Class Documentation
-
template<class T>
class expression A base class for easy swapping/manipulating of mathematical expressions.
Subclassed by rcppsw::math::ema< T >
Public Functions
-
expression(const expression&) = default
-
expression(void) = default
-
virtual ~expression(void) = default
-
inline bool operator<(const expression &other) const
-
expression &operator=(const expression&) = default
-
inline bool operator==(const expression &other) const
-
inline bool operator>(const expression &other) const
-
inline void reset(void)
-
expression(const expression&) = default