atlas  0.6
weylsize.h
Go to the documentation of this file.
1 
8 /*
9  This is weylsize.h
10 
11  Copyright (C) 2004,2005 Fokko du Cloux
12  part of the Atlas of Lie Groups and Representations
13 
14  For license information see the LICENSE file
15 */
16 
17 #ifndef WEYLSIZE_H /* guard against multiple inclusions */
18 #define WEYLSIZE_H
19 
20 #include "../Atlas.h"
21 
22 #include "size_fwd.h"
23 
24 /******** function declarations **********************************************/
25 
26 namespace atlas {
27 
28 namespace weylsize {
29 
30  size::Size weylSize(const LieType&);
31  size::Size weylSize(const SimpleLieType&);
32 
33 }
34 
35 }
36 
37 #endif
Definition: Atlas.h:38
size::Size weylSize(const LieType &lt)
Returns the size of the Weyl group with Lie type lt.
Definition: weylsize.cpp:37
SizeType< BaseType > Size
Definition: Atlas.h:130