Ignore:
Timestamp:
Aug 6, 2014, 4:39:42 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
78abc705dd6af8b10c453361ab125294a2432189
Parents:
3fe2153c36725d117f2ec7b959b05eb1cf5d0ac8
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2014-08-06 16:39:42+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:04+01:00
Message:
new: various starting point algorithms for principal ideals for natalia
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gfanlib/groebnerCone.h

    r3fe215 r441944  
    1313#include <tropicalStrategy.h>
    1414
     15/** \file
     16 * implementation of the class groebnerCone
     17 *
     18 * groebnerCone is a class that encapsulates relevant (possibly redundant) information about a groebnerCone.
     19 * Moreover, it contains implrementation of several highly non-trivial algorithms, such as computing its neighbours
     20 * in the Groebner fan or computing its neighbours in the tropical variety.
     21 */
     22
    1523class groebnerCone;
    1624struct groebnerCone_compare;
     
    2230
    2331private:
     32  /**
     33   * ideal to which this Groebner cone belongs to
     34   */
    2435  ideal polynomialIdeal;
     36  /**
     37   * ring in which the ideal exists
     38   */
    2539  ring polynomialRing;
    2640  gfan::ZCone polyhedralCone;
Note: See TracChangeset for help on using the changeset viewer.