source: git/dyn_modules/callgfanlib/initialReduction.h @ 88c726

fieker-DuValspielwiese
Last change on this file since 88c726 was 88c726, checked in by Yue Ren <ren@…>, 10 years ago
new: initialReduction(ideal I)
  • Property mode set to 100644
File size: 449 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);
11BOOLEAN reduceInitially3(leftv res, leftv args);
12BOOLEAN reduceInitially4(leftv res, leftv args);
13#endif
14
15BOOLEAN reduceInitially(leftv res, leftv args);
16
17#endif
Note: See TracBrowser for help on using the repository browser.