atlas  0.6
Classes | Namespaces | Functions | Variables
lietype.h File Reference

Function and constant declarations for namespace lietype. More...

#include <stdexcept>
#include "../Atlas.h"
#include "permutations.h"
Include dependency graph for lietype.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  atlas::lietype::SimpleLieType
 
struct  atlas::lietype::LieType
 
struct  atlas::lietype::InnerClassType
 
struct  atlas::lietype::Layout
 

Namespaces

 atlas
 
 atlas::lietype
 

Functions

bool atlas::lietype::checkRank (const TypeLetter &x, size_t l)
 
WeightInvolution atlas::lietype::involution (const Layout &lo)
 
WeightInvolution atlas::lietype::involution (const LieType &lt, const InnerClassType &ict)
 
LieType atlas::lietype::dual_type (LieType lt)
 
InnerClassType atlas::lietype::dual_type (InnerClassType ict, const LieType &lt)
 Returns dual inner class type of |ict| with respect to |lt|. More...
 
Layout atlas::lietype::dual (const Layout &lo)
 

Variables

const char *const atlas::lietype::typeLetters = "ABCDEFGT"
 
const char *const atlas::lietype::innerClassLetters = "Ccesu"
 

Detailed Description

Function and constant declarations for namespace lietype.