atlas
0.6
Main Page
Namespaces
Classes
Files
File List
File Members
latest_branch_07182016
sources
test
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
atlas::kl::KLContext
Definition:
kl.h:49
atlas::kltest::dualityVerify
bool dualityVerify(const kl::KLContext &klc, const kl::KLContext &dual_klc)
atlas::kltest::dualityPermutation
void dualityPermutation(Permutation &, const kl::KLContext &)
atlas::kltest::checkBasePoint
bool checkBasePoint(const KGB &)
permutations.h
atlas
Definition:
Atlas.h:38
Generated by
1.8.11