source: git/Singular/dyn_modules/gfanlib/ppinitialReduction.h @ dffd154

spielwiese
Last change on this file since dffd154 was dffd154, checked in by Yue Ren <ren@…>, 10 years ago
chg: status update 20.09.
  • Property mode set to 100644
File size: 686 bytes
Line 
1#ifndef PPINITIALREDUCTION_H
2#define PPINITIALREDUCTION_H
3
4#include <kernel/structs.h>
5#include <tropicalStrategy.h>
6
7#ifndef NDEBUG
8BOOLEAN pppReduce(leftv res, leftv args);
9BOOLEAN ppreduceInitially0(leftv res, leftv args);
10BOOLEAN ppreduceInitially1(leftv res, leftv args);
11BOOLEAN ppreduceInitially2(leftv res, leftv args);
12BOOLEAN ppreduceInitially3(leftv res, leftv args);
13BOOLEAN ppreduceInitially4(leftv res, leftv args);
14#endif
15
16bool isOrderingLocalInT(const ring r);
17bool pReduce0(ideal &I, const number p, const ring r);
18bool ppreduceInitially(ideal I, const ring r, const number p);
19BOOLEAN ppreduceInitially(leftv res, leftv args);
20
21void z_Write(number p, ring r);
22
23#endif
Note: See TracBrowser for help on using the repository browser.