Ignore:
Timestamp:
Jan 31, 2015, 11:44:20 AM (9 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
5510099a60c7cd4cb8ef47b8e583ed11e4b4ffe3
Parents:
08749da88db85345212e694597d458072913a9c5
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2015-01-31 11:44:20+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:06+01:00
Message:
chg: timing tests begin
File:
1 edited

Legend:

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

    r08749da rff48aa  
    3535  ideal polynomialIdeal;
    3636  /**
    37    * reduced form of the ideal from which the equations and inequalities can be read
    38    */
    39   ideal reducedPolynomialIdeal;
    40   /**
    41    * generators of the initial ideal
    42    */
    43   ideal initialPolynomialIdeal;
    44   /**
    4537   * ring in which the ideal exists
    4638   */
     
    7466
    7567  ideal getPolynomialIdeal() const { return polynomialIdeal; };
    76   ideal getReducedPolynomialIdeal() const { return reducedPolynomialIdeal; };
    77   ideal getInitialPolynomialIdeal() const { return initialPolynomialIdeal; };
    7868  ring getPolynomialRing() const { return polynomialRing; };
    7969  gfan::ZCone getPolyhedralCone() const { return polyhedralCone; };
Note: See TracChangeset for help on using the changeset viewer.