|
glucat 0.12.0
|
#include "glucat/global.h"#include <boost/numeric/ublas/fwd.hpp>#include <utility>#include <array>#include <map>#include <vector>

Go to the source code of this file.
Classes | |
| class | glucat::gen::generator_table< Matrix_T > |
| Table of generators for specific signatures. More... | |
Namespaces | |
| namespace | glucat |
| namespace | glucat::gen |
Typedefs | |
| using | glucat::gen::signature_t = std::pair<index_t, index_t> |
| A signature is a pair of indices, p, q, with p == frame.max(), q == -frame.min() | |
Variables | |
| static const std::array< index_t, 8 > | glucat::gen::offset_to_super = {0,-1, 0,-1,-2, 3, 2, 1} |
| Offsets between the current signature and that of the real superalgebra. | |