$extrastylesheet
#include <mln/accu/internal/base.hh>
Public Member Functions | |
R | subj_ () |
template<typename T > | |
void | take_as_init (const T &t) |
template<typename T > | |
void | take_as_init_ (const T &t) |
template<typename T > | |
void | take_n_times (unsigned n, const T &t) |
template<typename T > | |
void | take_n_times_ (unsigned n, const T &t) |
Protected Member Functions | |
base () |
Public Types | |
typedef Accumulator< void > | category |
typedef E | exact_t |
typedef R | q_result |
typedef mln::metal::unqualif < R >::ret | result |
Generic min accumulator class.
Base class for implementation of accumulator classes.
|
protected |
R mln::accu::internal::base< R, E >::subj_ | ( | ) |
|
inherited |
Take as initialization the value t
.
Reimplemented in mln::accu::stat::variance< T, S, R >.
|
inherited |
INTERNAL_API
Default implementation of "take as initialization".
Reimplemented in mln::accu::math::sum< T, S >, mln::accu::stat::min< T >, mln::accu::stat::max< T >, mln::accu::math::sumpow< n, T, S >, mln::accu::minus< A1, A2, T >, mln::accu::and_not< A1, A2, T >, mln::accu::pair< A1, A2, T >, mln::accu::stat::var< T >, mln::accu::stat::rank_high_quant< T >, and mln::accu::rms< T, V >.
|
inherited |
Take n
times the value t
.
|
inherited |
|
inherited |
Definition at line 64 of file accumulator.hh.
|
inherited |
typedef R mln::accu::internal::base< R, E >::q_result |
typedef mln::metal::unqualif< R >::ret mln::accu::internal::base< R, E >::result |