This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatatypes.xml
122 lines (104 loc) · 3.93 KB
/
datatypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!--
HAPPRIME - datatypes.xml
Main documentation file for HAPprime Datatypes manual
Paul Smith
Copyright (C) 2008
National University of Ireland Galway
Copyright (C) 2011
University of St Andrews
This file is part of HAPprime.
HAPprime is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
HAPprime is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<?xml version="1.0" encoding="UTF-8"?>
<?LaTeX ExtraPreamble="\usepackage{amsmath}"?>
<!DOCTYPE Book SYSTEM "gapdoc.dtd" [
<!ENTITY HAP "<Package>HAP</Package>">
<!ENTITY HAPprime "<Package>HAPprime</Package>">
<!ENTITY singular "<Package>singular</Package>">
<!ENTITY Singular "<Package>Singular</Package>">
<!ENTITY TheMinGenFuncs "the <C>MinimalGeneratorsModule</C> functions
(<Ref Label='MinimalGeneratorsModule'/>)">
<!ENTITY G "<M>G</M>">
<!ENTITY p "<M>p</M>">
<!ENTITY FF "<M>\mathbb{F}</M>">
<!ENTITY FG "<M>\mathbb{F}G</M>">
<!ENTITY FGn "<M>(\mathbb{F}G)^n</M>">
<!ENTITY Homring "<M>H^*(G, \mathbb{F})</M>">
]>
<Book Name="HAPprime Datatypes">
<TitlePage>
<Title>
<Package>HAPprime</Package>
</Title>
<Subtitle>
Datatypes reference manual
</Subtitle>
<Version>Version <#Include SYSTEM "../../VERSION"></Version>
<Author>
Paul Smith<Br/>
<Address>
School of Computer Science,<Br/>
University of St Andrews<Br/>
St Andrews,<Br/>
UK.
</Address>
<Email>paul.smith@st-andrews.ac.uk</Email>
<Homepage>http://www.cs.st-andrews.ac.uk/~pas</Homepage>
</Author>
<Date>9 June 2011</Date>
<Copyright>
<!-- OPTIONAL -->
©right; 2006-2011
Paul Smith
<P/>
<Package>HAPprime</Package> is released under the
GNU General Public License (GPL). This file is part of
<Package>HAPprime</Package>, though as documentation
it is released under the GNU Free Documentation License
(see <URL>http://www.gnu.org/licenses/licenses.html#FDL</URL>).
<P/>
<Package>HAPprime</Package> is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
<P/>
<Package>HAPprime</Package> is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
<P/>
You should have received a copy of the GNU General Public License
along with <Package>HAPprime</Package>; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<P/>
For more details, see
<URL>http://www.fsf.org/licenses/gpl.html</URL>.
<P/>
</Copyright>
<Acknowledgements>
<Package>HAPprime</Package> was developed with the support of a Marie Curie
Transfer of Knowledge grant based at the Department of Mathematics, NUI Galway
(MTKD-CT-2006-042685) and is maintained with the support of the HPC-GAP grant
at the School of Computer Science, University of St Andrews.
</Acknowledgements>
</TitlePage>
<TableOfContents/>
<Body>
<#Include SYSTEM "introdatatypes.xml">
<#Include SYSTEM "resolution.xml">
<#Include SYSTEM "fpgmodule.xml">
<#Include SYSTEM "fpgmodulehom.xml">
<#Include SYSTEM "GAPfunctions.xml">
<#Include SYSTEM "internal.xml">
</Body>
<TheIndex/>
</Book>