ALPSCore reference
Classes | Namespaces | Functions
convert.hpp File Reference
#include <alps/alea/core.hpp>
#include <alps/alea/internal/util.hpp>
#include <alps/alea/internal/joined.hpp>
Include dependency graph for convert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alps::alea::joiner< Result >
 
class  alps::alea::mean_dat< T >
 
class  alps::alea::var_data< T, Strategy >
 
class  alps::alea::cov_data< T, Strategy >
 
class  alps::alea::batch_data< T >
 
struct  alps::alea::joiner< Result >
 
struct  alps::alea::joiner< mean_result< T > >
 
struct  alps::alea::joiner< var_result< T > >
 
struct  alps::alea::joiner< cov_result< T > >
 
struct  alps::alea::joiner< autocorr_result< T > >
 
struct  alps::alea::joiner< batch_result< T > >
 

Namespaces

 alps
 
 alps::alea
 Set of accumulators and statistical pre-/post-processing operations.
 

Functions

template<typename R1 , typename R2 , typename Result = typename internal::joined<R1, R2>::result_type>
Result alps::alea::join (const R1 &first, const R2 &second)