// $Id: ncall.lib,v 1.7 2007-07-13 16:35:43 Singular Exp $ /////////////////////////////////////////////////////////////////////////////// version="$Id: ncall.lib,v 1.7 2007-07-13 16:35:43 Singular Exp $"; 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";