Go to the source code of this file.
|
| | alps |
| |
| | alps::alea |
| | Set of accumulators and statistical pre-/post-processing operations.
|
| |
|
| template<typename T > |
| void | alps::alea::serialize (serializer &, const std::string &, const autocorr_result< T > &) |
| |
| template<typename T > |
| void | alps::alea::deserialize (deserializer &, const std::string &, autocorr_result< T > &) |
| |
| template<typename T > |
| std::ostream & | alps::alea::operator<< (std::ostream &, const autocorr_result< T > &) |
| |
| template<typename T > |
| bool | alps::alea::operator== (const autocorr_result< T > &r1, const autocorr_result< T > &r2) |
| |
| template<typename T > |
| bool | alps::alea::operator!= (const autocorr_result< T > &r1, const autocorr_result< T > &r2) |
| |