atlas  0.6
kltest.h
Go to the documentation of this file.
1 
8 /*
9  This is kltest.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 KLTEST_H /* guard against multiple inclusions */
18 #define KLTEST_H
19 
20 #include "permutations.h"
21 
22 #include "../Atlas.h"
23 
24 namespace atlas {
25 
26 /******** type declarations *************************************************/
27 
28 namespace kltest {
29 
30 }
31 
32 /******** function declarations **********************************************/
33 
34 namespace kltest {
35 
36  bool checkBasePoint(const KGB&);
37 
38  void dualityPermutation(Permutation&, const kl::KLContext&);
39 
40  bool dualityVerify(const kl::KLContext& klc, const kl::KLContext& dual_klc);
41 }
42 
43 /******** type definitions **************************************************/
44 
45 namespace kltest {
46 
47 }
48 
49 }
50 
51 #endif
Definition: kl.h:49
bool dualityVerify(const kl::KLContext &klc, const kl::KLContext &dual_klc)
void dualityPermutation(Permutation &, const kl::KLContext &)
bool checkBasePoint(const KGB &)
Definition: Atlas.h:38