compbio
Public Types | Public Member Functions | Static Public Attributes | List of all members
Eigen::SGroup< Gen > Class Template Reference

Symmetry group, initialized from template arguments. More...

#include <Symmetry.h>

Inheritance diagram for Eigen::SGroup< Gen >:

Public Types

typedef internal::tensor_symmetry_pre_analysis< NumIndices, Gen... >::root_type Base
 

Public Member Functions

 SGroup (const SGroup< Gen... > &other)
 
 SGroup (SGroup< Gen... > &&other)
 
SGroup< Gen... > & operator= (const SGroup< Gen... > &other)
 
SGroup< Gen... > & operator= (SGroup< Gen... > &&other)
 

Static Public Attributes

static constexpr std::size_t NumIndices = internal::tensor_symmetry_num_indices<Gen...>::value
 

Detailed Description

template<typename... Gen>
class Eigen::SGroup< Gen >

Symmetry group, initialized from template arguments.

This class represents a symmetry group whose generators are already known at compile time. It may or may not be resolved at compile time, depending on the estimated size of the group.

See also
StaticSGroup
DynamicSGroup

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