Mackey  V3.3
A C++ library for computing RO(G) graded homology
C_4< _rank, _diff > Struct Template Reference

Quick and easy implementation of group \(C_4\). More...

#include <C4.hpp>

Public Types

typedef _rank rank_t
 
typedef _diff diff_t
 

Static Public Member Functions

template<typename deg_t >
static Chains< rank_t, diff_tPositiveChains (const deg_t &, int)
 

Static Public Attributes

static const int prime = 2
 
static const int power = 2
 
constexpr static std::array< int, 2 > sphere_dimensions = {1, 2}
 

Detailed Description

template<typename _rank, typename _diff>
struct mackey::C_4< _rank, _diff >

Quick and easy implementation of group \(C_4\).

Member Typedef Documentation

◆ rank_t

typedef _rank rank_t

◆ diff_t

typedef _diff diff_t

Member Function Documentation

◆ PositiveChains()

static Chains<rank_t, diff_t> PositiveChains ( const deg_t &  ,
int   
)
static

Member Data Documentation

◆ prime

const int prime = 2
static

◆ power

const int power = 2
static

◆ sphere_dimensions

constexpr static std::array<int, 2> sphere_dimensions = {1, 2}
staticconstexpr

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