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

#include <var_strategy.hpp>

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

Public Types

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

Static Public Member Functions

static cov_type outer (std::complex< T > x, std::complex< T > y)
 

Detailed Description

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

Definition at line 74 of file var_strategy.hpp.

Member Typedef Documentation

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

Definition at line 80 of file var_strategy.hpp.

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

Definition at line 78 of file var_strategy.hpp.

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

Definition at line 76 of file var_strategy.hpp.

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

Definition at line 77 of file var_strategy.hpp.

Member Function Documentation

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

Definition at line 82 of file var_strategy.hpp.


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