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


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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/homolog.lib

    r7661e1 r8baa37  
    225225///////////////////////////////////////////////////////////////////////////////
    226226
    227 proc cupproduct (module M,N,P,int p,q,list #)
     227proc cupproduct (module M,module N,module P,int p,int q,list #)
    228228"USAGE:   cupproduct(M,N,P,p,q[,any]);  M,N,P modules, p,q integers
    229229COMPUTE: cup-product Ext^p(M',N') x Ext^q(N',P') ---> Ext^(p+q)(M',P'),
     
    19271927
    19281928// taken from qhmoduli.lib
    1929 static proc Max(data)
     1929static proc Max(def data)
    19301930"USAGE:   Max(data); intvec/list of integers
    19311931PURPOSE: find the maximal integer contained in 'data'
Note: See TracChangeset for help on using the changeset viewer.