externUnsigned genCount( const PermGroup *const G, /* The permutation group. */ Unsigned *involCount) /* If nonnull, set to number of
involutory generators. */
;
extern BOOLEAN isFixedPointOf( const PermGroup *const G, /* A group with known base and sgs. */ constUnsigned level, /* The level mentioned above. */ constUnsigned point) /* Check if this point is a fixed point. */
;
extern BOOLEAN isNontrivialGroup(
PermGroup *G) /* The permutation group to test. */
;
externUnsigned levelIn(
PermGroup *G, /* The perm group (base and baseSize filled in). */
Permutation *perm) /* The permutation whose level is returned. */
;
extern BOOLEAN isIdentityElt(
PermGroup *G, /* The permutation group (base known). */
Permutation *perm) /* The permutation known to lie in G. */
;
extern BOOLEAN isInvolutoryElt(
PermGroup *G, /* The permutation group (base known). */
Permutation *perm) /* The permutation known to lie in G. */
;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.