ALPSCore reference
|
#include <joined.hpp>
Public Member Functions | |
mean_result () | |
mean_result (const mean_data< T > &acc_data) | |
mean_result (const mean_result &other) | |
mean_result & | operator= (const mean_result &other) |
bool | valid () const |
size_t | size () const |
size_t | count () const |
const column< T > & | mean () const |
const mean_data< T > & | store () const |
mean_data< T > & | store () |
void | reduce (const reducer &r) |
Protected Member Functions | |
void | reduce (const reducer &, bool do_pre_commit, bool do_post_commit) |
Friends | |
class | mean_acc< T > |
void | serialize (serializer &, const std::string &, const mean_result &) |
void | deserialize (deserializer &, const std::string &, mean_result &) |
std::ostream & | operator<< (std::ostream &, const mean_result &) |
Result of a mean accumulation
Definition at line 13 of file joined.hpp.
|
inline |
|
inline |
alps::alea::mean_result< T >::mean_result | ( | const mean_result< T > & | other | ) |
|
inline |
|
inline |
mean_result< T > & alps::alea::mean_result< T >::operator= | ( | const mean_result< T > & | other | ) |
|
inline |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
Returns false
if finalize()
has been called, true
otherwise
|
friend |
|
friend |
|
friend |