|
Public Member Functions |
| RealTorus () |
| RealTorus (const LT::LatticeMatrix &) |
| RealTorus (const RealTorus &, tags::DualTag) |
| ~RealTorus () |
size_t | compactRank () const |
size_t | complexRank () const |
void | componentMap (LT::ComponentMap &, const LT::LatticeMatrix &, const RealTorus &) const |
const LT::LatticeMatrix & | involution () const |
bool | isSplit () const |
const LT::WeightList & | minusLattice () const |
size_t | minusRank () const |
const LT::WeightList & | plusLattice () const |
size_t | plusRank () const |
size_t | rank () const |
size_t | splitRank () const |
void | toMinus (LT::Weight &dest, const LT::Weight &source) const |
void | toPlus (LT::Weight &dest, const LT::Weight &source) const |
const LT::ComponentSubquotient & | topology () const |
size_t | twoRank () const |
Private Attributes |
size_t | d_rank |
size_t | d_complexRank |
LT::LatticeMatrix | d_involution |
LT::WeightList | d_plus |
LT::WeightList | d_minus |
LT::LatticeMatrix | d_toPlus |
LT::LatticeMatrix | d_toMinus |
LT::ComponentSubquotient | d_topology |