Changeset b81873 in git


Ignore:
Timestamp:
Oct 4, 2016, 1:10:09 PM (8 years ago)
Author:
Yue <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f4dd49d7974e9827be51f6a11a5ea86e2b3f60dc
Parents:
438670d77815ff36a3900d811b1db05f098c9a3d
git-author:
Yue <ren@mathematik.uni-kl.de>2016-10-04 13:10:09+02:00
git-committer:
Yue <ren@mathematik.uni-kl.de>2016-10-04 13:10:39+02:00
Message:
fix: added missing functions to library head
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/tropical.lib

    r438670 rb81873  
    137137  randomPolyInT()         computes a polynomial with random coefficients
    138138  cleanTmp()              clears /tmp from files created by other procedures
     139
     140PROCEDURES FROM BINARY LIBRARY:
     141  groebnerCone()          constructs the Groebner cone with respect to a weight vector
     142  maximalGroebnerCone()   constructs the Groebner cone with respect to the current ordering
     143  homogeneitySpace()      constructs the homogeneity space
     144  initial()               constructs the initial form resp. ideal
     145  tropicalVariety()       computes the tropical variety of a poly or ideal
     146  groebnerFan()           computes the Groebner fan of a poly or ideal
     147  groebnerComplex()       computes the Groebner complex of a poly or ideal
    139148
    140149KEYWORDS:        tropical curves; tropical polynomials
Note: See TracChangeset for help on using the changeset viewer.