Mackey  V3.1
A C++ library for computing RO(G) graded homology
Levels< T, group_t > Struct Template Reference

Storage of various levels of Junction/Chains. More...

#include <Levels.hpp>

Public Member Functions

 Levels (T &bottom)
 

Public Attributes

std::vector< T > level
 The various levels. More...
 

Detailed Description

template<typename T, typename group_t>
struct Mackey::Levels< T, group_t >

Storage of various levels of Junction/Chains.

T is any type with a transfer function. Example: Junction, Chains.

Constructor & Destructor Documentation

◆ Levels()

Levels ( T &  bottom)

Member Data Documentation

◆ level

std::vector<T> level

The various levels.


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