source: git/Singular/dyn_modules/gfanlib/containsMonomial.h @ ebb19d

fieker-DuValspielwiese
Last change on this file since ebb19d was ebb19d, checked in by Yue Ren <ren@…>, 10 years ago
new: tropicalCurves prelim version
  • Property mode set to 100644
File size: 263 bytes
Line 
1#ifndef CONTAINS_MONOMIAL_H
2#define CONTAINS_MONOMIAL_H
3
4#include <libpolys/polys/simpleideals.h>
5#include <gfanlib/gfanlib_vector.h>
6
7poly checkForMonomialViaSuddenSaturation(const ideal I, const ring r);
8BOOLEAN checkForMonomial(leftv res, leftv args);
9
10#endif
Note: See TracBrowser for help on using the repository browser.