Changeset 0f62e9 in git


Ignore:
Timestamp:
Mar 24, 2011, 5:49:31 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
af460c80ae1c954134f100cc29ac14a2a6e2487e
Parents:
9122909d6ab681be14ce3862c984c43847657e62
Message:
fix some issues of resbinomial

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/resbinomial.lib

    r9122909 r0f62e9  
    1818 Nonhyp(Coef,expJ,sJ,n,flag,sums);  computes the ideal generated by the non hyperbolic generators of expJ
    1919
    20  inidata(K,k);                      verifies input data, a binomial ideal K of k generators
    2120 identifyvar();                     identifies status of variables
    22  data(K,k,n);                       transforms data on lists of lenght n
    2321 Edatalist(Coef,Exp,k,n,flag);      gives the E-order of each term in Exp
    2422 EOrdlist(Coef,Exp,k,n,flag);       computes the E-order of an ideal (giving in the language of lists)
     
    5351 dividelist(L1,L2);                 divides two lists component to component
    5452 createlist(L1,L2);                 creates a list of lists of two elements
    55  list0(n);                          creates a list of zeros of size n
    5653";
     54// inidata(K,k);                      verifies input data, a binomial ideal K of k generators
     55// data(K,k,n);                       transforms data on lists of lenght n
     56// list0(n);                          creates a list of zeros of size n
    5757
    5858LIB "general.lib";
     
    6565////////////////////////////////////////////////////////////////////////////
    6666
    67 proc inidata(ideal K,int k)
     67static proc inidata(ideal K,int k)
    6868"USAGE: inidata(K,k); K any ideal, k integer (!=0)
    6969COMPUTE: Verifies the input data
     
    169169/////////////////////////////////////////////////////////////////////////////////
    170170
    171 proc data(ideal K,int k,int n)
     171static proc data(ideal K,int k,int n)
    172172"USAGE: data(K,k,n); K any ideal, k integer (!=0), n integer (!=0)
    173173COMPUTE: Construcs a list with the coefficients and exponents of one ideal
     
    27992799}
    28002800///////////////////////////////////////////////////////
    2801 proc list0(int n)
     2801static proc list0(int n)
    28022802"USAGE: list0(n); n integer
    28032803RETURN: list of n zeros
Note: See TracChangeset for help on using the changeset viewer.