Open
Description
Some time ago @joschmitt (IIRC) improved things by adding methods for permutation_group
, pc_group
, fp_group
that take a group and return an isomorphic group but which is a permutation/pc/fp group -- before we did (and still do) the same with the types, i.e. PermGroup(G)
does the same as permutation_group(G)
.
However, these seem to be no docstrings for either of these conversions (i.e. either using the snake_case
function or the CamelCase
type names).
These should be added, and also reference isomorphism
("if you also need the isomorphism, please use isomorphism
" or so)