ALPSCore reference
|
#include <namedaccumulators.hpp>
Public Types | |
typedef impl::Accumulator< T, binning_analysis_tag, typename NoBinningAccumulator< 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 (LogBinningAccumulator,(detail::AccumulatorBase< accumulator_type >), accumulator_keywords,(required(_accumulator_name,(std::string)))) LogBinningAccumulator &operator | |
LogBinningAccumulator (const LogBinningAccumulator &rhs) | |
autocorrelation_type | tau () const |
Returns autocorrelation for this accumulator. More... | |
Definition at line 107 of file namedaccumulators.hpp.
typedef impl::Accumulator<T, binning_analysis_tag, typename NoBinningAccumulator<T>::accumulator_type> alps::accumulators::LogBinningAccumulator< T >::accumulator_type |
Definition at line 110 of file namedaccumulators.hpp.
typedef autocorrelation_type<accumulator_type>::type alps::accumulators::LogBinningAccumulator< T >::autocorrelation_type |
Data type corresponding to autocorrelation.
Definition at line 122 of file namedaccumulators.hpp.
typedef detail::AccumulatorBase<accumulator_type> alps::accumulators::LogBinningAccumulator< T >::base_type |
Definition at line 111 of file namedaccumulators.hpp.
typedef accumulator_type::result_type alps::accumulators::LogBinningAccumulator< T >::result_type |
Definition at line 112 of file namedaccumulators.hpp.
alps::accumulators::LogBinningAccumulator< T >::LogBinningAccumulator | ( | const LogBinningAccumulator< T > & | rhs | ) |
Definition at line 66 of file namedaccumulators.cpp.
alps::accumulators::LogBinningAccumulator< T >::BOOST_PARAMETER_CONSTRUCTOR | ( | LogBinningAccumulator< T > | , |
(detail::AccumulatorBase< accumulator_type >) | , | ||
accumulator_keywords | , | ||
(required(_accumulator_name,(std::string))) | |||
) |
auto alps::accumulators::LogBinningAccumulator< T >::tau | ( | ) | const |
Returns autocorrelation for this accumulator.
Definition at line 70 of file namedaccumulators.cpp.