blob: 50e46c13d7b2214ec74578692ae526ad4c69b258 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mjo@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>frp.bissey@gmail.com</email>
<name>François Bissey</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription lang="en">
This package provides various algorithms for computations with
polycyclic groups defined by polycyclic presentations. The features
of this package include,
* creating a polycyclic group from a polycyclic presentation
arithmetic in a polycyclic group
* computation with subgroups and factor groups of a polycyclic
group
* computation of standard subgroup series such as the derived
series, the lower central series
* computation of the first and second cohomology
* computation of group extensions
* computation of normalizers and centralizers
* solutions to the conjugacy problems for elements and subgroups
* computation of torsion and various finite subgroups
* computation of various subgroups of finite index
* computation of the Schur multiplicator, the non-abelian exterior
square and the non-abelian tenor square
</longdescription>
<upstream>
<remote-id type="github">gap-packages/polycyclic</remote-id>
</upstream>
</pkgmetadata>
|