Changeset 8baa37 in git for Singular/LIB/JMBTest.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/JMBTest.lib

    r7661e1 r8baa37  
    4747LIB "ring.lib";
    4848////////////////////////////////////////////////////////////////////
    49  proc mod_init()
     49proc mod_init()
    5050"USAGE:     mod_init();
    5151RETURN:   struct: jmp
     
    5959}
    6060////////////////////////////////////////////////////////////////////
    61  proc Terns(list G, int c)
     61proc Terns(list G, int c)
    6262"USAGE:    Terns(G,c); G list, c int
    6363RETURN:   list: T
     
    9696}
    9797////////////////////////////////////////////////////////////////////
    98  proc VConst(list G, int c)
     98proc VConst(list G, int c)
    9999"USAGE:    VConst(G, c); G list, c int
    100100RETURN:   list: V
     
    215215}
    216216////////////////////////////////////////////////////////////////////
    217  proc GJmpMins(jmp P, jmp Q)
     217proc GJmpMins(jmp P, jmp Q)
    218218"USAGE:    GJmpMins(P,Q); P jmp, Q jmp
    219219RETURN:   int: d
     
    270270}
    271271////////////////////////////////////////////////////////////////////
    272  proc TernCompare(list A, list B, list G)
     272proc TernCompare(list A, list B, list G)
    273273"USAGE:    TernCompare(A,B,C); A list, B list, G list
    274274RETURN:   int: d
     
    327327}
    328328////////////////////////////////////////////////////////////////////
    329  proc MinOfV(list V, list G)
     329proc MinOfV(list V, list G)
    330330"USAGE:    Minimal(V,G); V list, G list
    331331RETURN:   int: R
     
    371371}
    372372////////////////////////////////////////////////////////////////////
    373  proc OrderingV(list V,list G,list R)
     373proc OrderingV(list V,list G,list R)
    374374"USAGE:   OrderingV(V,G,R); V list, G list, R list
    375375RETURN:   list: R
     
    441441}
    442442////////////////////////////////////////////////////////////////////
    443  proc Multiply(list L, list G)
     443proc Multiply(list L, list G)
    444444"USAGE:    moltiplica(L,G); L list, G list
    445445RETURN:   jmp: K
     
    474474}
    475475////////////////////////////////////////////////////////////////////
    476  proc IdealOfV(list V)
     476proc IdealOfV(list V)
    477477"USAGE:    IdealOfV(V); V list
    478478RETURN:   ideal: I
     
    519519}
    520520////////////////////////////////////////////////////////////////////
    521  proc NewWeight(int n)
     521proc NewWeight(int n)
    522522"USAGE:    NewWeight(n); n int
    523523RETURN:   intvec: u
     
    533533}
    534534////////////////////////////////////////////////////////////////////
    535  proc FinalVm(list V1 , list G1 , r)
     535proc FinalVm(list V1 , list G1 ,def r)
    536536"USAGE:     FinalVm(V1, G1, r);  V1 list,  G1 list , r
    537537RETURN:   intvec: u
     
    663663}
    664664////////////////////////////////////////////////////////////////////
    665  proc ConstructorMain(list G, int c,r)
     665proc ConstructorMain(list G, int c,def r)
    666666"USAGE:    Costruttore(G,c); G list, c int
    667667RETURN:   list: R
     
    707707}
    708708////////////////////////////////////////////////////////////////////
    709  proc EKCouples(jmp A, jmp B)
     709proc EKCouples(jmp A, jmp B)
    710710"USAGE:    CoppiaEK(A,B); A list, B list
    711711RETURN:   list: L
     
    761761}
    762762////////////////////////////////////////////////////////////////////
    763  proc EKPolys(list G)
     763proc EKPolys(list G)
    764764"USAGE:    PolysEK(G); G list
    765765RETURN:   list: EK, list: D
     
    824824}
    825825////////////////////////////////////////////////////////////////////
    826  proc EKPolynomials(list EK, list G)
     826proc EKPolynomials(list EK, list G)
    827827"USAGE:     EKPolynomials(EK,G); EK list, G list
    828828RETURN:   list: p
     
    855855}
    856856////////////////////////////////////////////////////////////////////
    857 proc TestJMark(list G1,r)
     857proc TestJMark(list G1,def r)
    858858"USAGE:    TestJMark(G);  G list
    859859RETURN:    int: i
Note: See TracChangeset for help on using the changeset viewer.