source: git/Singular/dyn_modules/gfanlib/witness.h @ 9c0326

spielwiese
Last change on this file since 9c0326 was 9c0326, checked in by Yue Ren <ren@…>, 10 years ago
chg: status update 12.09.
  • Property mode set to 100644
File size: 558 bytes
Line 
1#ifndef WITNESS_H
2#define WITNESS_H
3
4#include <libpolys/polys/monomials/monomials.h>
5#include <libpolys/polys/simpleideals.h>
6
7matrix divisionDiscardingRemainder(const poly f, const ideal G, const ring r);
8matrix divisionDiscardingRemainder(const ideal F, const ideal G, const ring r);
9poly witness(const poly m, const ideal I, const ideal inI, const ring r);
10ideal witness(const ideal inI, const ideal J, const ring r);
11
12#ifndef NDEBUG
13#include <Singular/ipid.h>
14
15BOOLEAN dwr0(leftv res, leftv args);
16BOOLEAN witness0(leftv res, leftv args);
17#endif
18
19#endif
Note: See TracBrowser for help on using the repository browser.