compbio
Public Types | Static Public Attributes | List of all members
Eigen::internal::tensor_static_symgroup_equality< A, B > Struct Template Reference

Public Types

typedef A::indices iia
 
typedef B::indices iib
 

Static Public Attributes

static constexpr int ffa = A::flags
 
static constexpr int ffb = B::flags
 
static constexpr bool value = is_same<iia, iib>::value
 
static constexpr int global_flags
 

Member Data Documentation

§ global_flags

template<typename A , typename B >
constexpr int Eigen::internal::tensor_static_symgroup_equality< A, B >::global_flags
static
Initial value:
=
(is_real ? GlobalRealFlag : 0) |
(is_imag ? GlobalImagFlag : 0) |
(is_zero ? GlobalZeroFlag : 0)

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