source: git/dyn_modules/callgfanlib/initialReduction.h @ 7a4e77

fieker-DuValspielwiese
Last change on this file since 7a4e77 was 7a4e77, checked in by Yue Ren <ren@…>, 10 years ago
new: reduceInitially(poly &h, const poly g)
  • Property mode set to 100644
File size: 253 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);
10#endif
11
12#endif
Note: See TracBrowser for help on using the repository browser.