/usr/share/singular/LIB/ncall.lib is in singular-data 4.0.3+ds-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | //////////////////////////////////////////////////////////////////////////////
version="version ncall.lib 4.0.0.0 Jun_2013 "; // $Id: 378f3411e490f1857e026a7d4bf01854b9e16c29 $
category = "Noncommutative";
info="
LIBRARY: ncall.lib Load all noncommutative libraries
@format
central.lib: Computation of central elements of G- and GR-algebras
ncalg.lib: Definitions of important GR-algebras
ncdecomp.lib: Central character decomposition of a module
nctools.lib: General tools for noncommutative algebras
gkdim.lib: Procedures for calculating the Gelfand-Kirillov dimension
qmatrix.lib: Quantum matrices, quantum minors and symmetric groups
involut.lib: Computations and operations with involutions
perron.lib: Computation of algebraic dependences
@end format
";
// nchomolog.lib: Noncommutative homological algebra
///////////////////////////////////////////////////////////////////////////////
LIB "central.lib";
LIB "ncalg.lib";
LIB "ncdecomp.lib";
LIB "nctools.lib";
LIB "gkdim.lib";
LIB "qmatrix.lib";
LIB "involut.lib";
LIB "dmod.lib";
LIB "perron.lib";
//LIB "nchomolog.lib";
|