|
#############################################################################
##
## 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
##
#############################################################################
##
#X files dealing with character tables, class functions, tables of marks
##
ReadLib( "ctbl.gi" );
ReadLib( "ctblfuns.gi" );
ReadLib( "ctblmaps.gi" );
ReadLib( "ctblauto.gi" );
ReadLib( "ctbllatt.gi" );
ReadLib( "ctblsymm.gi" );
ReadLib( "ctblsolv.gi" );
ReadLib( "ctblpope.gi" );
ReadLib( "ctblmoli.gi" );
ReadLib( "ctblmono.gi" );
ReadLib( "ctblgrp.gi" );
ReadLib( "ctblperm.gi" );
ReadLib( "ctblpc.gi" );
ReadLib( "tom.gi");
ReadLib( "straight.gi");
ReadLib( "memory.gi");
[ Dauer der Verarbeitung: 0.20 Sekunden
(vorverarbeitet)
]
|