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

spielwiese
Last change on this file since adeed4 was adeed4, checked in by Viktor Levandovskyy <levandov@…>, 20 years ago
*levandov: all released libs included git-svn-id: file:///usr/local/Singular/svn/trunk@7394 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 905 bytes
Line 
1// $Id: ncall.lib,v 1.1 2004-08-13 12:40:36 levandov Exp $
2///////////////////////////////////////////////////////////////////////////////
3version="$Id: ncall.lib,v 1.1 2004-08-13 12:40:36 levandov 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@end format
16";
17
18///////////////////////////////////////////////////////////////////////////////
19
20LIB "center.lib";
21LIB "ncalg.lib";
22LIB "ncdecomp.lib";
23LIB "nctools.lib";
24LIB "gkdim.lib";
25LIB "qmatrix.lib";
Note: See TracBrowser for help on using the repository browser.