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

#include <batch.hpp>

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

Public Types

typedef T value_type
 
typedef make_real< T >::type var_type
 
typedef T cov_type
 
typedef circular_var strategy_type
 

Static Public Attributes

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

Detailed Description

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

Definition at line 255 of file batch.hpp.

Member Typedef Documentation

template<typename T >
typedef T alps::alea::traits< batch_result< T > >::cov_type

Definition at line 261 of file batch.hpp.

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

Definition at line 262 of file batch.hpp.

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

Definition at line 257 of file batch.hpp.

template<typename T >
typedef make_real<T>::type alps::alea::traits< batch_result< T > >::var_type

Definition at line 260 of file batch.hpp.

Member Data Documentation

template<typename T >
const bool alps::alea::traits< batch_result< T > >::HAVE_BATCH = true
static

Definition at line 268 of file batch.hpp.

template<typename T >
const bool alps::alea::traits< batch_result< T > >::HAVE_COV = true
static

Definition at line 266 of file batch.hpp.

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

Definition at line 264 of file batch.hpp.

template<typename T >
const bool alps::alea::traits< batch_result< T > >::HAVE_TAU = false
static

Definition at line 267 of file batch.hpp.

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

Definition at line 265 of file batch.hpp.


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