|
Public Member Functions |
| RealWeyl () |
| RealWeyl (const cartanclass::CartanClass &, unsigned long, unsigned long, const rootdata::RootDatum &, const weyl::WeylGroup &) |
| ~RealWeyl () |
const rootdata::RootList & | complex () const |
rootdata::RootNbr | complex (size_t j) const |
const lietype::LieType & | complexType () const |
const rootdata::RootList & | imaginary () const |
rootdata::RootNbr | imaginary (size_t j) const |
const rootdata::RootList & | imaginaryCompact () const |
rootdata::RootNbr | imaginaryCompact (size_t j) const |
const lietype::LieType & | imaginaryCompactType () const |
rootdata::RootNbr | imaginaryOrth (size_t j) const |
const latticetypes::ComponentList & | imaginaryR () const |
const lietype::LieType & | imaginaryType () const |
const latticetypes::Component & | imaginaryR (size_t j) const |
size_t | numComplex () const |
size_t | numImaginary () const |
size_t | numImaginaryCompact () const |
size_t | numImaginaryR () const |
size_t | numReal () const |
size_t | numRealCompact () const |
size_t | numRealR () const |
const rootdata::RootList & | real () const |
rootdata::RootNbr | real (size_t j) const |
const rootdata::RootList & | realCompact () const |
rootdata::RootNbr | realCompact (size_t j) const |
const lietype::LieType & | realCompactType () const |
rootdata::RootNbr | realOrth (size_t j) const |
const latticetypes::ComponentList & | realR () const |
const latticetypes::Component & | realR (size_t j) const |
const lietype::LieType & | realType () const |
const weyl::WeylGroup & | weylGroup () const |
Private Attributes |
const weyl::WeylGroup * | d_group |
rootdata::RootList | d_imaginaryCompact |
rootdata::RootList | d_imaginaryOrth |
latticetypes::ComponentList | d_imaginaryR |
rootdata::RootList | d_imaginary |
rootdata::RootList | d_realCompact |
latticetypes::ComponentList | d_realR |
rootdata::RootList | d_real |
rootdata::RootList | d_complex |
lietype::LieType | d_complexType |
lietype::LieType | d_imaginaryType |
lietype::LieType | d_imaginaryCompactType |
rootdata::RootList | d_realOrth |
lietype::LieType | d_realType |
lietype::LieType | d_realCompactType |