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

jengelh-datetimespielwiese
Last change on this file since fa167e was fa167e, checked in by Yue Ren <ren@…>, 9 years ago
new: pReduce(poly g, const number p)
  • Property mode set to 100644
File size: 155 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);
8#endif
9
10#endif
Note: See TracBrowser for help on using the repository browser.