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


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

    r7661e1 r8baa37  
    643643///////////////////////////////////////////////////////////////////////////////
    644644static
    645 proc ArnoldFormMain(poly f, B, poly Fs, ideal reduceIdeal, int nrs, int nrt)
     645proc ArnoldFormMain(poly f,def B, poly Fs, ideal reduceIdeal, int nrs, int nrt)
    646646"USAGE:   ArnoldFormMain(f, B, Fs, rI, nrs, nrt);
    647647   poly f,Fs; ideal B, rI; int nrs, nrt
     
    733733///////////////////////////////////////////////////////////////////////////////
    734734
    735 static proc MonosAndTerms(poly f, wt, int ub)
     735static proc MonosAndTerms(poly f,def wt, int ub)
    736736"USAGE:   MonosAndTerms(f, w, ub); poly f, intvec w, int ub
    737737PURPOSE: returns a list of all monomials and terms occuring in f of
     
    771771///////////////////////////////////////////////////////////////////////////////
    772772
    773 static proc SelectMonos(parts, intvec wt, int d)
     773static proc SelectMonos(def parts, intvec wt, int d)
    774774"USAGE:   SelectMonos(parts, w, d); list/ideal parts, intvec w, int d
    775775PURPOSE: returns a list of all monomials and terms occuring in f of
     
    808808///////////////////////////////////////////////////////////////////////////////
    809809
    810 static proc Expand(substitution, degVec, ideal reduceI, intvec w1, int ub, list truncated)
     810static proc Expand(def substitution,def degVec, ideal reduceI, intvec w1, int ub, list truncated)
    811811"USAGE:   Expand(substitution, degVec, reduceI, w, ub, truncated);
    812812         ideal/list substitution, list/intvec degVec, ideal reduceI, intvec w,
     
    14551455///////////////////////////////////////////////////////////////////////////////
    14561456
    1457 static proc FirstEntryQHM(data, elem)
     1457static proc FirstEntryQHM(def data,def elem)
    14581458// Type : int
    14591459// Purpose : position of first entry equal to elem in data (from left to right)
     
    14731473///////////////////////////////////////////////////////////////////////////////
    14741474
    1475 static proc PSum(e)
     1475static proc PSum(def e)
    14761476{
    14771477  poly f;
     
    14851485///////////////////////////////////////////////////////////////////////////////
    14861486
    1487 proc Max(data)
     1487proc Max(def data)
    14881488"USAGE:   Max(data); intvec/list of integers
    14891489PURPOSE: find the maximal integer contained in 'data'
     
    15081508///////////////////////////////////////////////////////////////////////////////
    15091509
    1510 proc Min(data)
     1510proc Min(def data)
    15111511"USAGE:   Min(data); intvec/list of integers
    15121512PURPOSE: find the minimal integer contained in 'data'
Note: See TracChangeset for help on using the changeset viewer.