glucat  0.8.2
Classes | Typedefs | Variables
glucat::gen Namespace Reference

Classes

class  generator_table
 Table of generators for specific signatures. More...
 

Typedefs

typedef std::pair< index_t, index_tsignature_t
 A signature is a pair of indices, p, q, with p == frame.max(), q == -frame.min() More...
 

Variables

static const index_t offset_to_super [] = {0,-1, 0,-1,-2, 3, 2, 1}
 Offsets between the current signature and that of the real superalgebra. More...
 

Typedef Documentation

A signature is a pair of indices, p, q, with p == frame.max(), q == -frame.min()

Definition at line 43 of file generation.h.

Variable Documentation

const index_t glucat::gen::offset_to_super[] = {0,-1, 0,-1,-2, 3, 2, 1}
static

Offsets between the current signature and that of the real superalgebra.

Definition at line 81 of file generation.h.

Referenced by glucat::matrix_multi< Scalar_T, LO, HI >::fast_framed_multi(), glucat::framed_multi< Scalar_T, LO, HI >::fast_matrix_multi(), and glucat::gen::generator_table< Matrix_T >::operator()().