#include "weyl_fwd.h"
#include "rootdata_fwd.h"
#include "constants.h"
#include "error.h"
#include "latticetypes.h"
#include "size.h"
#include "tags.h"
Include dependency graph for weyl.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::weyl |
Classes | |
| class | atlas::weyl::WeylInterface |
| A mapping between one interpretation of Generators and another. More... | |
| class | atlas::weyl::WeylElt |
| Element of a Weyl group. More... | |
| class | atlas::weyl::RowBase |
| Represents one row of a transducer table for a Weyl group. More... | |
| class | atlas::weyl::Transducer |
| Right multiplication action of simple reflections on a Weyl group modulo a maximal parabolic subgroup. More... | |
| class | atlas::weyl::WeylGroup |
| Represents a Weyl group for the purpose of manipulating its elements. More... | |
| struct | atlas::weyl::TI_Entry |
Typedefs | |
| typedef WeylInterface | Twist |
| A permutation of the set of Generators, giving a diagram automorphism. | |
| typedef RowBase | ShiftRow |
| typedef RowBase | OutRow |
Variables | |
| const unsigned char | UndefValue = constants::ucharMax |
| const EltPiece | UndefEltPiece = UndefValue |
| const Generator | UndefGenerator = UndefValue |
| const unsigned long | UndefOrder = 0 |
| const WeylElt | Identity |
Definition in file weyl.h.
|
|
Definition at line 51 of file weyl.h. Referenced by atlas::weyl::Transducer::Transducer(). |
|
|
Definition at line 50 of file weyl.h. Referenced by atlas::weyl::Transducer::Transducer(). |
|
|
A permutation of the set of Generators, giving a diagram automorphism.
Definition at line 47 of file weyl.h. Referenced by atlas::tits::makeTwist(), and atlas::weyl::WeylGroup::WeylGroup(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 61 of file weyl.h. Referenced by atlas::weyl::RowBase::RowBase(). |
1.3.9.1