jengelh-datetimespielwiese
Last change
on this file since 7a4e77 was
7a4e77,
checked in by Yue Ren <ren@…>, 9 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 |
---|
7 | BOOLEAN pReduce(leftv res, leftv args); |
---|
8 | BOOLEAN reduceInitially0(leftv res, leftv args); |
---|
9 | BOOLEAN reduceInitially1(leftv res, leftv args); |
---|
10 | #endif |
---|
11 | |
---|
12 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.