Changeset 27d724 in git


Ignore:
Timestamp:
Oct 30, 2018, 5:56:13 PM (6 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
95dbdf7e046656f2ff7cfa85037f2c7dc486743d
Parents:
7e7da9ecc6a5b4b8cfeca4bce6b53b8202316bba
git-author:
Viktor Levandovskyy <levandov@math.rwth-aachen.de>2018-10-30 17:56:13+01:00
git-committer:
GitHub <noreply@github.com>2018-10-30 17:56:13+01:00
Message:
Update freegb.lib

removed lpPrint and freeGBasis from the header
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/freegb.lib

    r7e7da9 r27d724  
    3232
    3333isVar(p);                        check whether p is a power of a single variable
     34
     35SEE ALSO: fpadim_lib, fpaprops_lib, fpalgebras_lib, LETTERPLACE
     36";
     37
     38/* more legacy:
    3439lpPrint(I, r); represents Letterplace ideal in the form of words (legacy routine)
    3540freeGBasis(L, n);  computes two-sided Groebner basis of an ideal, encoded via list L (legacy routine)
    36 
    37 SEE ALSO: fpadim_lib, fpaprops_lib, fpalgebras_lib, LETTERPLACE
    38 ";
    39 
    40 /* more legacy:
    4141lp2lstr(K, s);  convert a letterplace ideal into a list of modules
    4242lst2str(L[, n]); convert a list (of modules) into polynomials in free algebra via strings
Note: See TracChangeset for help on using the changeset viewer.