Changeset b4dbfa in git


Ignore:
Timestamp:
Jan 22, 2018, 6:53:18 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b6adb44ad784585dfceb2e3f2d2a0941319947b5
Parents:
bd7d830ba40c5a1698039fec7006f357f42b4edc165e0e5f1accb4dc9b94ed2f566708d6c91705c3
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-01-22 18:53:18+01:00
git-committer:
GitHub <noreply@github.com>2018-01-22 18:53:18+01:00
Message:
Merge pull request #844 from kabouzeid/updated-header-and-test

Update fpadim header, update fpadim and freegb test procedure
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpadim.lib

    rbd7d83 rb4dbfa  
    9191lpSickleDim(G[,d,n]);      computes the mistletoes and the K-dimension of A/<G>
    9292sickle(G[,m,d,h]);         can be used to access all lp main procedures
     93
     94ivMaxIdeal(l,lonly);       computes a list of free monomials in intvec presentation
     95lpMaxIdeal(d,donly);       computes a list of free monomials
     96monomialBasis(d, donly, J); computes a list of free monomials not contained in J
    9397
    9498ivL2lpI(L);           transforms a list of intvecs into an ideal of lp monomials
     
    26032607  example lp2ivId;
    26042608  example lpId2ivLi;
    2605   example lpSubstitute;
     2609  example ivMaxIdeal;
     2610  example lpMaxIdeal;
     2611  example monomialBasis;
    26062612}
    26072613
  • Singular/LIB/freegb.lib

    rbd7d83 rb4dbfa  
    5656  example makeLetterplaceRing;
    5757  example letplaceGBasis;
     58  example lpNF;
    5859  example freeGBasis;
    5960  example setLetterplaceAttributes;
     
    6263  example   shiftPoly;
    6364  example   lpPower;
     65  example   lieBracket;
    6466  example   lp2lstr;
    6567  example   lst2str;
    6668  example   mod2str;
    6769  example   vct2str;
    68   example   lieBracket;
    6970  example   serreRelations;
    70   example fullSerreRelations;
     71  example   fullSerreRelations;
    7172  example   isVar;
    7273  example   ademRelations;
Note: See TracChangeset for help on using the changeset viewer.