ALPSCore reference
Public Types | Static Public Attributes | List of all members
alps::alea::traits< autocorr_result< T > > Struct Template Reference

#include <autocorr.hpp>

Collaboration diagram for alps::alea::traits< autocorr_result< T > >:
Collaboration graph

Public Types

typedef T value_type
 
typedef circular_var strategy_type
 
typedef bind< circular_var, T >::var_type var_type
 
typedef bind< circular_var, T >::cov_type cov_type
 

Static Public Attributes

static const bool HAVE_MEAN = true
 
static const bool HAVE_VAR = true
 
static const bool HAVE_COV = false
 
static const bool HAVE_TAU = true
 
static const bool HAVE_BATCH = false
 

Detailed Description

template<typename T>
struct alps::alea::traits< autocorr_result< T > >

Definition at line 229 of file autocorr.hpp.

Member Typedef Documentation

template<typename T >
typedef bind<circular_var, T>::cov_type alps::alea::traits< autocorr_result< T > >::cov_type

Definition at line 234 of file autocorr.hpp.

template<typename T >
typedef circular_var alps::alea::traits< autocorr_result< T > >::strategy_type

Definition at line 232 of file autocorr.hpp.

template<typename T >
typedef T alps::alea::traits< autocorr_result< T > >::value_type

Definition at line 231 of file autocorr.hpp.

template<typename T >
typedef bind<circular_var, T>::var_type alps::alea::traits< autocorr_result< T > >::var_type

Definition at line 233 of file autocorr.hpp.

Member Data Documentation

template<typename T >
const bool alps::alea::traits< autocorr_result< T > >::HAVE_BATCH = false
static

Definition at line 240 of file autocorr.hpp.

template<typename T >
const bool alps::alea::traits< autocorr_result< T > >::HAVE_COV = false
static

Definition at line 238 of file autocorr.hpp.

template<typename T >
const bool alps::alea::traits< autocorr_result< T > >::HAVE_MEAN = true
static

Definition at line 236 of file autocorr.hpp.

template<typename T >
const bool alps::alea::traits< autocorr_result< T > >::HAVE_TAU = true
static

Definition at line 239 of file autocorr.hpp.

template<typename T >
const bool alps::alea::traits< autocorr_result< T > >::HAVE_VAR = true
static

Definition at line 237 of file autocorr.hpp.


The documentation for this struct was generated from the following file: