Mackey  V3.1
A C++ library for computing RO(G) graded homology
Space< space_t, group_t >::cell_coefficient_pair Class Reference

A pair of a cell (given by its index) and a coefficient. More...

#include <Space.hpp>

Public Member Functions

 cell_coefficient_pair (int cell, scalar_t< diff_t > coefficient)
 Constructor setting cell and coefficient directly. More...
 

Detailed Description

template<typename space_t, typename group_t>
class Mackey::Space< space_t, group_t >::cell_coefficient_pair

A pair of a cell (given by its index) and a coefficient.

Constructor & Destructor Documentation

◆ cell_coefficient_pair()

cell_coefficient_pair ( int  cell,
scalar_t< diff_t >  coefficient 
)
inline

Constructor setting cell and coefficient directly.


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