File ema.hpp
↰ Parent directory (rcppsw/math
)
Definition (rcppsw/math/ema.hpp
)
Detailed Description
2018 John Harwell, All rights reserved.
SPDX-License-Identifier: MIT
Includes
cmath
rcppsw/math/expression.hpp
(File expression.hpp)
Namespaces
Classes
Functions
Template Function rcppsw::math::operator*(const ema<T>&, const U&)
Template Function rcppsw::math::operator*(const U&, const ema<T>&)
Template Function rcppsw::math::operator-(const ema<T>&, const U&)
Template Function rcppsw::math::operator-(const U&, const ema<T>&)
Template Function rcppsw::math::operator/(const ema<T>&, const double&)
Template Function rcppsw::math::operator/(const U&, const ema<T>&)