source: git/factory/fac_multihensel.h @ b7fca4

spielwiese
Last change on this file since b7fca4 was 564dd8, checked in by Hans Schoenemann <hannes@…>, 4 years ago
factorize in Z[x,..] w/o NTL
  • Property mode set to 100644
File size: 386 bytes
Line 
1#ifndef FAC_MULTIHENSEL_H
2#define FAC_MULTIHENSEL_H
3
4#include "config.h"
5
6
7#include "cf_defs.h"
8#include "cf_eval.h"
9#include "cf_binom.h"
10#include "fac_util.h"
11#include "fac_iterfor.h"
12#include "fac_multihensel.h"
13#include "cf_iter.h"
14
15bool
16Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & /*x*/ );
17#endif
Note: See TracBrowser for help on using the repository browser.