ALPSCore reference
|
#include <namedaccumulators.hpp>
Public Types | |
typedef impl::Accumulator< T, max_num_binning_tag, typename LogBinningAccumulator< T >::accumulator_type > | accumulator_type |
typedef detail::AccumulatorBase< accumulator_type > | base_type |
typedef accumulator_type::result_type | result_type |
typedef autocorrelation_type< accumulator_type >::type | autocorrelation_type |
Data type corresponding to autocorrelation. More... | |
Public Member Functions | |
BOOST_PARAMETER_CONSTRUCTOR (FullBinningAccumulator,(detail::AccumulatorBase< accumulator_type >), accumulator_keywords,(required(_accumulator_name,(std::string)))(optional(_max_bin_number,(std::size_t)))) FullBinningAccumulator &operator | |
FullBinningAccumulator (const FullBinningAccumulator &rhs) | |
autocorrelation_type | tau () const |
Returns autocorrelation for this accumulator. More... | |
Definition at line 127 of file namedaccumulators.hpp.
typedef impl::Accumulator<T, max_num_binning_tag, typename LogBinningAccumulator<T>::accumulator_type> alps::accumulators::FullBinningAccumulator< T >::accumulator_type |
Definition at line 130 of file namedaccumulators.hpp.
typedef autocorrelation_type<accumulator_type>::type alps::accumulators::FullBinningAccumulator< T >::autocorrelation_type |
Data type corresponding to autocorrelation.
Definition at line 146 of file namedaccumulators.hpp.
typedef detail::AccumulatorBase<accumulator_type> alps::accumulators::FullBinningAccumulator< T >::base_type |
Definition at line 131 of file namedaccumulators.hpp.
typedef accumulator_type::result_type alps::accumulators::FullBinningAccumulator< T >::result_type |
Definition at line 132 of file namedaccumulators.hpp.
alps::accumulators::FullBinningAccumulator< T >::FullBinningAccumulator | ( | const FullBinningAccumulator< T > & | rhs | ) |
Definition at line 90 of file namedaccumulators.cpp.
alps::accumulators::FullBinningAccumulator< T >::BOOST_PARAMETER_CONSTRUCTOR | ( | FullBinningAccumulator< T > | , |
(detail::AccumulatorBase< accumulator_type >) | , | ||
accumulator_keywords | , | ||
(required(_accumulator_name,(std::string)))(optional(_max_bin_number,(std::size_t))) | |||
) |
auto alps::accumulators::FullBinningAccumulator< T >::tau | ( | ) | const |
Returns autocorrelation for this accumulator.
Definition at line 94 of file namedaccumulators.cpp.