ALPSCore reference
Classes | Namespaces | Functions
covariance.hpp File Reference
#include <alps/alea/core.hpp>
#include <alps/alea/util.hpp>
#include <alps/alea/bundle.hpp>
#include <alps/alea/complex_op.hpp>
#include <alps/alea/computed.hpp>
#include <alps/alea/var_strategy.hpp>
#include <memory>
Include dependency graph for covariance.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alps::alea::cov_data< T, Strategy >
 
class  alps::alea::cov_acc< T, Strategy >
 
class  alps::alea::cov_result< T, Strategy >
 
class  alps::alea::batch_result< T >
 
class  alps::alea::cov_data< T, Strategy >
 
struct  alps::alea::traits< cov_data< T, Strategy > >
 
class  alps::alea::cov_acc< T, Strategy >
 
struct  alps::alea::traits< cov_acc< T, Strategy > >
 
class  alps::alea::cov_result< T, Strategy >
 
struct  alps::alea::is_alea_acc< cov_acc< T, circular_var > >
 
struct  alps::alea::is_alea_acc< cov_acc< T, elliptic_var > >
 
struct  alps::alea::is_alea_result< cov_result< T, circular_var > >
 
struct  alps::alea::is_alea_result< cov_result< T, elliptic_var > >
 
struct  alps::alea::traits< cov_result< T, Strategy > >
 

Namespaces

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

Functions

template<typename T , typename Str >
void alps::alea::serialize (serializer &, const std::string &, const cov_result< T, Str > &)
 
template<typename T , typename Str >
void alps::alea::deserialize (deserializer &, const std::string &, cov_result< T, Str > &)
 
template<typename T , typename Str >
std::ostream & alps::alea::operator<< (std::ostream &, const cov_result< T, Str > &)
 
template<typename T , typename Strategy >
bool alps::alea::operator== (const cov_result< T, Strategy > &r1, const cov_result< T, Strategy > &r2)
 
template<typename T , typename Strategy >
bool alps::alea::operator!= (const cov_result< T, Strategy > &r1, const cov_result< T, Strategy > &r2)