source: git/Singular/LIB/ncall.lib @ 380a17b

spielwiese
Last change on this file since 380a17b was 380a17b, checked in by Hans Schoenemann <hannes@…>, 11 years ago
fix: new version numbers for libs
  • Property mode set to 100644
File size: 1.1 KB
Line 
1//////////////////////////////////////////////////////////////////////////////
2version="version ncall.lib 4.0.0.0 Jun_2013 ";
3category = "Noncommutative";
4info="
5LIBRARY:  ncall.lib   Load all noncommutative libraries
6
7@format
8  central.lib:     Computation of central elements of G- and GR-algebras
9  ncalg.lib:       Definitions of important GR-algebras
10  ncdecomp.lib:    Central character decomposition of a module
11  nctools.lib:     General tools for noncommutative algebras
12  gkdim.lib:       Procedures for calculating the Gelfand-Kirillov dimension
13  qmatrix.lib:     Quantum matrices, quantum minors and symmetric groups
14  involut.lib:     Computations and operations with involutions
15  perron.lib:      Computation of algebraic dependences
16@end format
17";
18
19//  nchomolog.lib:   Noncommutative homological algebra
20///////////////////////////////////////////////////////////////////////////////
21
22LIB "central.lib";
23LIB "ncalg.lib";
24LIB "ncdecomp.lib";
25LIB "nctools.lib";
26LIB "gkdim.lib";
27LIB "qmatrix.lib";
28LIB "involut.lib";
29LIB "dmod.lib";
30LIB "perron.lib";
31//LIB "nchomolog.lib";
Note: See TracBrowser for help on using the repository browser.