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

spielwiese
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
Line 
1// $Id: ncall.lib,v 1.7 2007-07-13 16:35:43 Singular Exp $
2///////////////////////////////////////////////////////////////////////////////
3version="$Id: ncall.lib,v 1.7 2007-07-13 16:35:43 Singular Exp $";
4category = "Noncommutative";
5info="
6LIBRARY:  ncall.lib   Load all noncommutative libraries
7
8@format
9  central.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  perron.lib:      Computation of algebraic dependences
17@end format
18";
19
20//  nchomolog.lib:   Noncommutative homological algebra
21///////////////////////////////////////////////////////////////////////////////
22
23LIB "central.lib";
24LIB "ncalg.lib";
25LIB "ncdecomp.lib";
26LIB "nctools.lib";
27LIB "gkdim.lib";
28LIB "qmatrix.lib";
29LIB "involut.lib";
30LIB "dmod.lib";
31LIB "perron.lib";
32//LIB "nchomolog.lib";
Note: See TracBrowser for help on using the repository browser.