diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-22 18:28:33 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-22 18:28:33 +0000 |
commit | 7e141787bcf6bfade34878b96da7fbab58407e17 (patch) | |
tree | c0da93ca0839c6533e9edaf6dba19c7defdfff88 /math/gp-autpgrp/DESCR | |
parent | 2ef79d4db2c14cc9131ccd0ffb79cbfbde91919f (diff) | |
download | pkgsrc-7e141787bcf6bfade34878b96da7fbab58407e17.tar.gz |
Initial import of the GAP package AutPGrp 1.1 into the NetBSD packages
collection as math/gp-autpgrp.
AutPGrp is a GAP 4 package for computing automorphism groups of p-groups.
In the AutPGrp package we introduce a new function to compute the
automorphism group of a finite p-group. The underlying algorithm is a
refinement of the methods described in O'Brien (1995). In particular,
this implementation is more efficient in both time and space requirements
and hence has a wider range of applications than the ANU pq method. Our
package is written in GAP code and it makes use of a number of methods
from the GAP library such as the MeatAxe for matrix groups and
permutation group functions.
Diffstat (limited to 'math/gp-autpgrp/DESCR')
-rw-r--r-- | math/gp-autpgrp/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/gp-autpgrp/DESCR b/math/gp-autpgrp/DESCR new file mode 100644 index 00000000000..da4207b264f --- /dev/null +++ b/math/gp-autpgrp/DESCR @@ -0,0 +1,10 @@ +AutPGrp is a GAP 4 package for computing automorphism groups of p-groups. + +In the AutPGrp package we introduce a new function to compute the +automorphism group of a finite p-group. The underlying algorithm is a +refinement of the methods described in O'Brien (1995). In particular, +this implementation is more efficient in both time and space requirements +and hence has a wider range of applications than the ANU pq method. Our +package is written in GAP code and it makes use of a number of methods +from the GAP library such as the MeatAxe for matrix groups and +permutation group functions. |