#include "bitmap_fwd.h"
#include "latticetypes_fwd.h"
Include dependency graph for rootdata_fwd.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::rootdata |
Typedefs | |
| typedef unsigned long | RootNbr |
| Integer representing the location of a root on the list maintained by a RootDatum. | |
| typedef latticetypes::LatticeElt | Root |
| Type for a root, coroot, character, or cocharacter: an element of the lattice Z^n. | |
| typedef std::vector< RootNbr > | RootList |
| List of _numbers_ of roots, referring to the list of roots in RootDatum. | |
| typedef RootIterator< RootList::const_iterator > | WRootIterator |
| typedef bitmap::BitMap | RootSet |
| BitMap representing a set of roots (such as the set of positive roots, or noncompact roots). | |
| typedef std::vector< RootSet > | RootSetList |
Definition in file rootdata_fwd.h.
|
|
Type for a root, coroot, character, or cocharacter: an element of the lattice Z^n.
Definition at line 42 of file rootdata_fwd.h. Referenced by atlas::rootdata::RootDatum::RootDatum(), and atlas::rootdata::RootDatum::rootPermutation(). |
|
|
List of _numbers_ of roots, referring to the list of roots in RootDatum. According to Fokko, this type should therefore have been called RootNbrList. Definition at line 50 of file rootdata_fwd.h. Referenced by atlas::compactEquations(), atlas::cartanset::CartanClassSet::correlateDualForms(), atlas::cartanset::CartanClassSet::correlateForms(), atlas::gradings::findGrading(), atlas::gradings::gradingType(), atlas::realform_io::Interface::Interface(), atlas::realredgp::RealReductiveGroup::RealReductiveGroup(), atlas::rootdata::RootDatum::simpleBasis(), and atlas::rootdata::RootDatum::simpleRootList(). |
|
|
Integer representing the location of a root on the list maintained by a RootDatum. The roots in a root datum should almost always be referred to by their numbers. Definition at line 33 of file rootdata_fwd.h. Referenced by atlas::gradings::gradingType(), atlas::rootdata::RootDatum::posRootNbr(), atlas::rootdata::RootDatum::reflectedRoot(), atlas::rootdata::RootDatum::RootDatum(), atlas::rootdata::RootDatum::rootMinus(), atlas::rootdata::RootDatum::rootNbr(), atlas::rootdata::RootDatum::simpleRootNbr(), and atlas::cartanclass::toMostSplit(). |
|
|
|
Definition at line 57 of file rootdata_fwd.h. |
|
1.3.9.1