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

spielwiese
Last change on this file since e008ba was e008ba, checked in by Viktor Levandovskyy <levandov@…>, 19 years ago
*levandov: nchomolog and involution added git-svn-id: file:///usr/local/Singular/svn/trunk@7641 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.1 KB
Line 
1// $Id: ncall.lib,v 1.2 2004-12-22 21:16:15 levandov Exp $
2///////////////////////////////////////////////////////////////////////////////
3version="$Id: ncall.lib,v 1.2 2004-12-22 21:16:15 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  involution.lib:  Computations and operations with involutions
16  nchomolog.lib:   Noncommutative homological algebra
17@end format
18";
19
20///////////////////////////////////////////////////////////////////////////////
21
22LIB "center.lib";
23LIB "ncalg.lib";
24LIB "ncdecomp.lib";
25LIB "nctools.lib";
26LIB "gkdim.lib";
27LIB "qmatrix.lib";
28LIB "involution.lib";
29LIB "nchomolog.lib";
Note: See TracBrowser for help on using the repository browser.