atlas
0.6
Main Page
Namespaces
Classes
Files
File List
File Members
latest_branch_07182016
sources
structure
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
atlas
Definition:
Atlas.h:38
size_fwd.h
atlas::weylsize::weylSize
size::Size weylSize(const LieType <)
Returns the size of the Weyl group with Lie type lt.
Definition:
weylsize.cpp:37
atlas::size::Size
SizeType< BaseType > Size
Definition:
Atlas.h:130
Generated by
1.8.11