My Project  UNKNOWN_GIT_VERSION
groebnerFan.h
Go to the documentation of this file.
1 #ifndef GFANLIB_GROEBNERFAN_H
2 #define GFANLIB_GROEBNERFAN_H
3 
4 #include "gfanlib/gfanlib_zfan.h"
5 
6 gfan::ZFan* groebnerFanOfPolynomial(poly g, ring r, bool onlyLowerHalfSpace=false);
8 
9 #endif
int BOOLEAN
Definition: auxiliary.h:85
g
Definition: cfModGcd.cc:4031
Class used for (list of) interpreter objects.
Definition: subexpr.h:83
CanonicalForm res
Definition: facAbsFact.cc:64
BOOLEAN groebnerFan(leftv res, leftv args)
Definition: groebnerFan.cc:85
gfan::ZFan * groebnerFanOfPolynomial(poly g, ring r, bool onlyLowerHalfSpace=false)
Definition: groebnerFan.cc:36