diff options
author | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2018-11-08 12:57:50 +0100 |
---|---|---|
committer | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2018-11-08 12:57:50 +0100 |
commit | 9470f7a21bde04823c8fa421be5de617ff551b2a (patch) | |
tree | 417a55c0194ef620fe482ca24a319e4246e5bead /gap | |
parent | bfac88769e4788626e3166d7d6f4a3392ac9dbcc (diff) | |
download | subgroup-ladders-9470f7a21bde04823c8fa421be5de617ff551b2a.tar.gz subgroup-ladders-9470f7a21bde04823c8fa421be5de617ff551b2a.tar.xz |
doc: mention that YoungGroupFromPartition does not checker whether the input is valid.
Diffstat (limited to 'gap')
-rw-r--r-- | gap/subgroupladders.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gap/subgroupladders.gd b/gap/subgroupladders.gd index b663821..2291eb7 100644 --- a/gap/subgroupladders.gd +++ b/gap/subgroupladders.gd @@ -7,6 +7,7 @@ #! @Description #! Given a list of lists <A>part</A> of positive integers, this will compute #! the Young subgroup corresponding to this partition. +#! This function does not check whether the supplied lists are actually disjoint. #! @Returns a group #! @Arguments part #! @ChapterInfo subgroupladders, subgroupladders |