source: git/Singular/LIB/ncall.lib @ 334c21f

fieker-DuValspielwiese
Last change on this file since 334c21f was 07b0a56, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: center.lib -> central.lib git-svn-id: file:///usr/local/Singular/svn/trunk@10211 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[07b0a56]1// $Id: ncall.lib,v 1.7 2007-07-13 16:35:43 Singular Exp $
[adeed4]2///////////////////////////////////////////////////////////////////////////////
[07b0a56]3version="$Id: ncall.lib,v 1.7 2007-07-13 16:35:43 Singular Exp $";
[adeed4]4category = "Noncommutative";
5info="
6LIBRARY:  ncall.lib   Load all noncommutative libraries
7
8@format
[07b0a56]9  central.lib:     Computation of central elements of G- and GR-algebras
[e008ba]10  ncalg.lib:       Definitions of important GR-algebras
11  ncdecomp.lib:    Central character decomposition of a module
12  nctools.lib:     General tools for noncommutative algebras
13  gkdim.lib:       Procedures for calculating the Gelfand-Kirillov dimension
14  qmatrix.lib:     Quantum matrices, quantum minors and symmetric groups
[1992ae]15  involut.lib:     Computations and operations with involutions
[1eaa1d]16  perron.lib:      Computation of algebraic dependences
[adeed4]17@end format
18";
19
[816868]20//  nchomolog.lib:   Noncommutative homological algebra
[adeed4]21///////////////////////////////////////////////////////////////////////////////
22
[07b0a56]23LIB "central.lib";
[adeed4]24LIB "ncalg.lib";
25LIB "ncdecomp.lib";
26LIB "nctools.lib";
27LIB "gkdim.lib";
28LIB "qmatrix.lib";
[1992ae]29LIB "involut.lib";
[300103]30LIB "dmod.lib";
[1eaa1d]31LIB "perron.lib";
[816868]32//LIB "nchomolog.lib";
Note: See TracBrowser for help on using the repository browser.