source: git/Singular/LIB/ncall.lib @ bf42f0

spielwiese
Last change on this file since bf42f0 was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.0 KB
Line 
1// $Id$
2///////////////////////////////////////////////////////////////////////////////
3version="$Id$";
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.