ALPSCore reference
Public Types | Static Public Member Functions | List of all members
alps::alea::bind< circular_var, T > Struct Template Reference

#include <var_strategy.hpp>

Collaboration diagram for alps::alea::bind< circular_var, T >:
Collaboration graph

Public Types

typedef T value_type
 
typedef T var_type
 
typedef T cov_type
 
typedef Eigen::internal::scalar_abs2_op< T > abs2_op
 

Static Public Member Functions

static cov_type outer (T x, T y)
 

Detailed Description

template<typename T>
struct alps::alea::bind< circular_var, T >

Definition at line 62 of file var_strategy.hpp.

Member Typedef Documentation

template<typename T >
typedef Eigen::internal::scalar_abs2_op<T> alps::alea::bind< circular_var, T >::abs2_op

Definition at line 68 of file var_strategy.hpp.

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

Definition at line 66 of file var_strategy.hpp.

template<typename T >
typedef T alps::alea::bind< circular_var, T >::value_type

Definition at line 64 of file var_strategy.hpp.

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

Definition at line 65 of file var_strategy.hpp.

Member Function Documentation

template<typename T >
static cov_type alps::alea::bind< circular_var, T >::outer ( x,
y 
)
inlinestatic

Definition at line 70 of file var_strategy.hpp.


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