Changeset 1992ae in git


Ignore:
Timestamp:
Jun 7, 2005, 12:26:02 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
4cfbb08768081371160a30049d0d314778de6e3e
Parents:
a073dd0f68fbe0062b998d408874acfba7cb4421
Message:
*hannes: involution.lib -> involut.lib


git-svn-id: file:///usr/local/Singular/svn/trunk@8342 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/involut.lib

    ra073dd r1992ae  
    1 version="$Id: involut.lib,v 1.6 2005-05-18 18:09:11 levandov Exp $";
     1version="$Id: involut.lib,v 1.7 2005-06-07 10:24:45 Singular Exp $";
    22category="Noncommutative";
    33info="
    4 LIBRARY:  involution.lib  Procedures for Computations and Operations with Involutions
     4LIBRARY:  involut.lib  Procedures for Computations and Operations with Involutions
    55AUTHORS:  Oleksandr Iena,       yena@mathematik.uni-kl.de,
    66@*        Markus Becker,        mbecker@mathematik.uni-kl.de,
  • Singular/LIB/ncall.lib

    ra073dd r1992ae  
    1 // $Id: ncall.lib,v 1.3 2005-05-09 10:31:29 levandov Exp $
     1// $Id: ncall.lib,v 1.4 2005-06-07 10:24:45 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: ncall.lib,v 1.3 2005-05-09 10:31:29 levandov Exp $";
     3version="$Id: ncall.lib,v 1.4 2005-06-07 10:24:45 Singular Exp $";
    44category = "Noncommutative";
    55info="
     
    1313  gkdim.lib:       Procedures for calculating the Gelfand-Kirillov dimension
    1414  qmatrix.lib:     Quantum matrices, quantum minors and symmetric groups
    15   involution.lib:  Computations and operations with involutions
     15  involut.lib:     Computations and operations with involutions
    1616@end format
    1717";
     
    2626LIB "gkdim.lib";
    2727LIB "qmatrix.lib";
    28 LIB "involution.lib";
     28LIB "involut.lib";
    2929//LIB "nchomolog.lib";
  • Singular/LIB/nchomolog.lib

    ra073dd r1992ae  
    1 version="$Id: nchomolog.lib,v 1.2 2005-05-06 14:38:49 hannes Exp $";
     1version="$Id: nchomolog.lib,v 1.3 2005-06-07 10:24:46 Singular Exp $";
    22category="Noncommutative";
    33info="
     
    1818
    1919LIB "gkdim.lib";
    20 LIB "involution.lib";
     20LIB "involut.lib";
    2121
    2222proc contraHom(matrix M, int s)
Note: See TracChangeset for help on using the changeset viewer.