Collaboration diagram for atlas::FiberAction:

Public Member Functions | |
| FiberAction (const gradings::Grading &gr, const gradings::GradingList &gs, const bitset::RankFlagsList &ma) | |
| bool | grading (bitset::RankFlags x, unsigned long s) const |
| unsigned long | operator() (unsigned long s, unsigned long x) const |
Private Attributes | |
| gradings::Grading | d_baseGrading |
| bitset::RankFlagsList | d_alpha |
| bitset::RankFlagsList | d_mAlpha |
The function object this class provides, and that can be used by |partitionmakeOrbits| takes the index |s| of an imaginary root and a number |x| encoding an element of the fiber; it return a number |y| similarly encoding the image of that element under the action of |s|.
In fact the number |x| describes (in binary form) the element of the fiber group that translates the base point to fiber element in question, and the interpretation of |y| is the same. The action is determined by (1) the grading of the simple imaginary roots associated to the chosen base point of the fiber, (2) the grading shifts associated with the generators of the fiber group, and (3) the vectors |d_mAlpha[s]| by which each of the simple imaginary roots
translates if it acts act non-trivially (this is the image in the fiber group of the coroot of
). The action of
will translate |x| by |d_mAlpha[s]| if the grading at
associated to |x| is odd (noncompact). To facilitate the determination of that grading, the grading shift information is stored as bitsets |d_alpha[s]| for each simple imaginary root. Since in |Fiber|, the grading shifts are organised by generator of the fiber group, the neceesary "transposition" of the information is done by the constructor below.
Definition at line 62 of file cartanclass.cpp.
|
||||||||||||||||
|
Definition at line 71 of file cartanclass.cpp. References atlas::gradings::Grading, and atlas::bitset::BitSet< n >::set(). |
|
||||||||||||
|
Definition at line 84 of file cartanclass.cpp. References atlas::bitset::RankFlags, and atlas::bitset::BitSet< n >::scalarProduct(). |
|
||||||||||||
|
Definition at line 87 of file cartanclass.cpp. References atlas::bitset::RankFlags, and atlas::bitset::BitSet< n >::to_ulong(). |
|
|
Definition at line 66 of file cartanclass.cpp. |
|
|
Definition at line 65 of file cartanclass.cpp. |
|
|
Definition at line 67 of file cartanclass.cpp. |
1.3.9.1