/**************************************************************************** ** ** 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
*/
EXPORT_INLINE Obj NEW_TRANS4(UInt deg)
{ // No assert here since we allow creating new T_TRANS4's when the degree // is low enough to fit in a T_TRANS2. return NewBag(T_TRANS4, deg * sizeof(UInt4) + 3 * sizeof(Obj));
}
/**************************************************************************** ** *F OnTuplesTrans( <tup>, <f> ) . . . . operations on tuples of points ** ** 'OnTuplesTrans' returns the image of the tuple <tup> under the ** transformation <f>.
*/
Obj OnTuplesTrans(Obj tup, Obj f);
/**************************************************************************** ** *F OnSetsTrans( <set>, <f> ) . . . . . . . . operations on sets of points ** ** 'OnSetsTrans' returns the image of the tuple <set> under the ** transformation <f>.
*/
Obj OnSetsTrans(Obj set, Obj f);
/**************************************************************************** ** *F HashFuncForTrans( <f> ) . . . hash transformation ** ** Returns a hash value for a transformation
*/ Int HashFuncForTrans(Obj f);
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.