#include <rolling_moment.hpp>


Public Types | |
| typedef numeric::functional::fdiv < Sample, std::size_t, void, void >::result_type | result_type |
| typedef mpl::false_ | is_droppable |
Public Member Functions | |
| BOOST_MPL_ASSERT_RELATION (N::value, >, 0) | |
| template<typename Args > | |
| rolling_moment_impl (Args const &args) | |
| template<typename Args > | |
| void | operator() (Args const &args) |
| template<typename Args > | |
| result_type | result (Args const &args) const |
| detail::void_ | operator() (dont_care) |
| detail::void_ | add_ref (dont_care) |
| detail::void_ | drop (dont_care) |
| detail::void_ | on_drop (dont_care) |
|
inherited |
| typedef numeric::functional::fdiv<Sample, std::size_t,void,void>::result_type boost::accumulators::impl::rolling_moment_impl< N, Sample >::result_type |
|
inline |
|
inlineinherited |
| boost::accumulators::impl::rolling_moment_impl< N, Sample >::BOOST_MPL_ASSERT_RELATION | ( | N::value | , |
| 0 | |||
| ) |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
References boost::accumulators::extract::rolling_count.