Changeset 8baa37 in git for Singular/LIB/pointid.lib


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/pointid.lib

    r7661e1 r8baa37  
    5050////////////////////////////////////////////////////////////////////////////////
    5151
    52 static proc subst1(id, int m)
     52static proc subst1(def id, int m)
    5353{
    5454//id = poly/ideal/list, substitute the first m variables occuring in id by 1
     
    7979////////////////////////////////////////////////////////////////////////////////
    8080
    81 proc nonMonomials(id)
     81proc nonMonomials(def id)
    8282"USAGE:  nonMonomials(id); id = <list of vectors> or <list of lists> or <module>
    8383         or <matrix>.@*
     
    378378////////////////////////////////////////////////////////////////////////////////
    379379
    380 proc facGBIdeal(id)
     380proc facGBIdeal(def id)
    381381"USAGE:  facGBIdeal(id); id = <list of vectors> or <list of lists> or <module>
    382382         or <matrix>.@*
Note: See TracChangeset for help on using the changeset viewer.