Changeset 4cfbb0 in git


Ignore:
Timestamp:
Jun 7, 2005, 1:28:32 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
c1bedff61355a5ea1d2f87289cb62704d1cc7de9
Parents:
1992ae09fe5b6131c31c54b22c57a436c72fe412
Message:
*hannes: resol.lib -> resolve.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/all.lib

    r1992ae r4cfbb0  
    1 // $Id: all.lib,v 1.46 2005-06-06 11:26:46 Singular Exp $
     1// $Id: all.lib,v 1.47 2005-06-07 11:28:19 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: all.lib,v 1.46 2005-06-06 11:26:46 Singular Exp $";
     3version="$Id: all.lib,v 1.47 2005-06-07 11:28:19 Singular Exp $";
    44category = "General purpose";
    55info="
     
    3131  primitiv_lib:    Computing a Primitive Element
    3232  reesclos_lib:    Rees Algebra and Integral Closure of Ideals
    33   resol_lib:       Resolution of Singularities
     33  resolve_lib:     Resolution of Singularities
    3434  toric_lib:       Standard Basis of Toric Ideals
    3535  zeta_lib:        Applications of Resolution of Singularities
     
    110110LIB "primitiv.lib";
    111111LIB "reesclos.lib";
    112 LIB "resol.lib";
     112LIB "resolve.lib";
    113113LIB "zeta.lib";
    114114LIB "intprog.lib";
  • Singular/LIB/resolve.lib

    r1992ae r4cfbb0  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: resolve.lib,v 1.4 2005-05-10 17:56:15 Singular Exp $";
     2version="$Id: resolve.lib,v 1.5 2005-06-07 11:28:19 Singular Exp $";
    33category="Commutative Algebra";
    44info="
    5 LIBRARY:  resol.lib      Resolution of singularities (Desingularization)
    6                          Algorithm of Villamayor
     5LIBRARY:  resolve.lib      Resolution of singularities (Desingularization)
     6                           Algorithm of Villamayor
    77AUTHORS:  A. Fruehbis-Krueger,  anne@mathematik.uni-kl.de,
    88@*        G. Pfister,           pfister@mathematik.uni-kl.de
  • Singular/LIB/reszeta.lib

    r1992ae r4cfbb0  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: reszeta.lib,v 1.5 2005-05-23 18:35:58 anne Exp $";
     2version="$Id: reszeta.lib,v 1.6 2005-06-07 11:28:20 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    2424abstractR(L)         pass from embedded to non-embedded resolution
    2525";
    26 LIB "resol.lib";
     26LIB "resolve.lib";
    2727LIB "solve.lib";
    2828LIB "normal.lib";
Note: See TracChangeset for help on using the changeset viewer.