Changeset 1eaa1d in git


Ignore:
Timestamp:
Nov 27, 2006, 2:30:30 PM (17 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
9550253271625a21c0e4629145949aa74007ac56
Parents:
59e2a722681411fed7c7fb1d7debf704fb8ce305
Message:
*levandov: added perron_lib


git-svn-id: file:///usr/local/Singular/svn/trunk@9528 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncall.lib

    r59e2a7 r1eaa1d  
    1 // $Id: ncall.lib,v 1.5 2006-07-28 13:01:14 motsak Exp $
     1// $Id: ncall.lib,v 1.6 2006-11-27 13:30:30 levandov Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: ncall.lib,v 1.5 2006-07-28 13:01:14 motsak Exp $";
     3version="$Id: ncall.lib,v 1.6 2006-11-27 13:30:30 levandov Exp $";
    44category = "Noncommutative";
    55info="
     
    1414  qmatrix.lib:     Quantum matrices, quantum minors and symmetric groups
    1515  involut.lib:     Computations and operations with involutions
     16  perron.lib:      Computation of algebraic dependences
    1617@end format
    1718";
     
    2829LIB "involut.lib";
    2930LIB "dmod.lib";
     31LIB "perron.lib";
    3032//LIB "nchomolog.lib";
Note: See TracChangeset for help on using the changeset viewer.