ALPSCore reference
Classes | Namespaces | Functions
batch.hpp File 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>
Include dependency graph for batch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alps::alea::batch_acc< T >
 
class  alps::alea::batch_data< T >
 
class  alps::alea::batch_result< T >
 
class  alps::alea::batch_data< T >
 
struct  alps::alea::traits< batch_data< T > >
 
class  alps::alea::batch_acc< T >
 
struct  alps::alea::traits< batch_acc< T > >
 
class  alps::alea::batch_result< T >
 
struct  alps::alea::is_alea_acc< batch_acc< T > >
 
struct  alps::alea::is_alea_result< batch_result< T > >
 
struct  alps::alea::traits< batch_result< T > >
 

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)