![]() |
QMCPACK
|
Define and declare accumulator_set. More...
Include dependency graph for accumulators.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | accumulator_set< T, typename > |
| generic accumulator of a scalar type More... | |
Functions | |
| template<typename ACC > | |
| ACC::value_type | mean (const ACC &ac) |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &os, accumulator_set< T > &rhs) |
Define and declare accumulator_set.
A temporary implementation to handle scalar samples and will be replaced by boost.Accumulator
Definition in file accumulators.h.
|
inline |
Definition at line 147 of file accumulators.h.
Referenced by CSEnergyEstimator::accumulate(), Walker< qmcplusplus::QMCTraits, qmcplusplus::PtclOnLatticeTraits >::getPropertyHistorySum(), DescentEngine::mpi_unbiased_ratio_of_means(), qmcplusplus::TEST_CASE(), and qmcplusplus::test_real_accumulator().
| std::ostream& operator<< | ( | std::ostream & | os, |
| accumulator_set< T > & | rhs | ||
| ) |
Definition at line 153 of file accumulators.h.