Changeset f34c37c in git for Singular/LIB/deform.lib


Ignore:
Timestamp:
Jul 6, 1999, 1:33:17 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
acfbb5a85f3eb92ffdb442a04348bd0186e1785b
Parents:
48efa51665f947f4dace1a1adda84da2fe6107ff
Message:
* cosmetic changes to enable parsing of help


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/deform.lib

    r48efa51 rf34c37c  
    1 // $Id: deform.lib,v 1.14 1998-10-21 10:28:19 krueger Exp $
     1// $Id: deform.lib,v 1.15 1999-07-06 11:32:46 obachman Exp $
    22// author: Bernd Martin email: martin@math.tu-cottbus.de
    33//(bm, last modified 4/98)
    44///////////////////////////////////////////////////////////////////////////////
    5 version="$Id: deform.lib,v 1.14 1998-10-21 10:28:19 krueger Exp $";
     5version="$Id: deform.lib,v 1.15 1999-07-06 11:32:46 obachman Exp $";
    66info="
    77LIBRARY:  deform.lib       PROCEDURES FOR COMPUTING MINIVERSAL DEFORMATION
    8                            by Bernd Martin (martin@math.tu-cottbus.de)
    98
     9AUTHOR: Bernd Martin (martin@math.tu-cottbus.de)
     10
     11PROCEDURES:
    1012 versal(Fo[,d,any])        miniversal deformation of isolated singularity Fo
    1113 mod_versal(Mo,I,[,d,any]) miniversal deformation of module Mo modulo ideal I
    1214 lift_kbase(N,M);          lifting N into standard kbase of M
    1315 lift_rel_kb(N,M[,kbM,p])  relative lifting N into a kbase of M
    14  kill_rings([\"prefix\"])    kills the exported rings from above
    15 
    16   SUB-PROCEDURES            used by main procedure:
    17                   get_rings,compute_ext,get_inf_def,interact1,
    18                   interact2,negative_part,homog_test
     16 kill_rings([\"prefix\"])  kills the exported rings from above
    1917";
    2018///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.