source: git/dyn_modules/callgfanlib/initialReduction.h @ edb60f

spielwiese
Last change on this file since edb60f was edb60f, checked in by Yue Ren <ren@…>, 10 years ago
new: reduceInitially(ideal I, const number p, poly g)
  • Property mode set to 100644
File size: 302 bytes
Line 
1#ifndef INITIALREDUCTION_H
2#define INITIALREDUCTION_H
3
4#include <kernel/structs.h>
5
6#ifndef N_DEBUG
7BOOLEAN pReduce(leftv res, leftv args);
8BOOLEAN reduceInitially0(leftv res, leftv args);
9BOOLEAN reduceInitially1(leftv res, leftv args);
10BOOLEAN reduceInitially2(leftv res, leftv args);
11#endif
12
13#endif
Note: See TracBrowser for help on using the repository browser.