Changeset 165e0e in git


Ignore:
Timestamp:
Jan 22, 2018, 6:11:51 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b4dbfadeb98bb6a898c6817db85fe2ca173318e9
Parents:
bd7d830ba40c5a1698039fec7006f357f42b4edc
Message:
Update fpadim header, update fpadim and freegb test procedure
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpadim.lib

    rbd7d83 r165e0e  
    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 r165e0e  
    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.