ALPSCore reference
|
#include <alps/alea/core.hpp>
#include <alps/alea/computed.hpp>
#include <alps/alea/util.hpp>
#include <alps/alea/internal/galois.hpp>
#include <alps/alea/var_strategy.hpp>
#include <memory>
Go to the source code of this file.
Namespaces | |
alps | |
alps::alea | |
Set of accumulators and statistical pre-/post-processing operations. | |
Functions | |
template<typename T > | |
void | alps::alea::serialize (serializer &, const std::string &, const batch_result< T > &) |
template<typename T > | |
void | alps::alea::deserialize (deserializer &, const std::string &, batch_result< T > &) |
template<typename T > | |
std::ostream & | alps::alea::operator<< (std::ostream &, const batch_result< T > &) |
template<typename T > | |
bool | alps::alea::operator== (const batch_result< T > &r1, const batch_result< T > &r2) |
template<typename T > | |
bool | alps::alea::operator!= (const batch_result< T > &r1, const batch_result< T > &r2) |