/**************************************************************************** ** ** This file is part of GAP, a system for computational discrete algebra. ** ** Copyright of GAP belongs to its developers, whose names are too numerous ** to list here. Please refer to the COPYRIGHT file for details. ** ** SPDX-License-Identifier: GPL-2.0-or-later
*/
/**************************************************************************** ** *F OnTuplesPPerm( <tup>, <f> ) . . . . operations on tuples of points ** ** 'OnTuplesPPerm' returns the image of the tuple <tup> under the ** PPerm <f>.
*/
Obj OnTuplesPPerm(Obj set, Obj f);
/**************************************************************************** ** *F OnSetsPPerm( <set>, <f> ) . . . . . . . . operations on sets of points ** ** 'OnSetsPPerm' returns the image of the tuple <set> under the ** partial perm <f>.
*/
Obj OnSetsPPerm(Obj set, Obj f);
/**************************************************************************** ** *F HashFuncForPPerm( <f> ) . . . hash pperm ** ** Returns a hash value for a partial permutation
*/
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 ist noch experimentell.