source: git/Singular/dyn_modules/gfanlib/groebnerFan.h

spielwiese
Last change on this file was b5dd9b, checked in by Hans Schönemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p1
  • Property mode set to 100644
File size: 232 bytes
Line 
1#ifndef GFANLIB_GROEBNERFAN_H
2#define GFANLIB_GROEBNERFAN_H
3
4#include "gfanlib/gfanlib_zfan.h"
5
6gfan::ZFan* groebnerFanOfPolynomial(poly g, ring r, bool onlyLowerHalfSpace=false);
7BOOLEAN groebnerFan(leftv res, leftv args);
8
9#endif
Note: See TracBrowser for help on using the repository browser.