source: git/Singular/LIB/ncall.lib @ 2c957af

fieker-DuValspielwiese
Last change on this file since 2c957af was 1992ae, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: involution.lib -> involut.lib git-svn-id: file:///usr/local/Singular/svn/trunk@8342 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.1 KB
Line 
1// $Id: ncall.lib,v 1.4 2005-06-07 10:24:45 Singular Exp $
2///////////////////////////////////////////////////////////////////////////////
3version="$Id: ncall.lib,v 1.4 2005-06-07 10:24:45 Singular Exp $";
4category = "Noncommutative";
5info="
6LIBRARY:  ncall.lib   Load all noncommutative libraries
7
8@format
9  center.lib:      Computation of central elements of G- and GR-algebras
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
15  involut.lib:     Computations and operations with involutions
16@end format
17";
18
19//  nchomolog.lib:   Noncommutative homological algebra
20///////////////////////////////////////////////////////////////////////////////
21
22LIB "center.lib";
23LIB "ncalg.lib";
24LIB "ncdecomp.lib";
25LIB "nctools.lib";
26LIB "gkdim.lib";
27LIB "qmatrix.lib";
28LIB "involut.lib";
29//LIB "nchomolog.lib";
Note: See TracBrowser for help on using the repository browser.