spielwiese
Last change
on this file was
564dd8,
checked in by Hans Schoenemann <hannes@…>, 3 years ago
|
factorize in Z[x,..] w/o NTL
|
-
Property mode set to
100644
|
File size:
363 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
2 | |
---|
3 | #ifndef INCL_FAC_UNIVAR_H |
---|
4 | #define INCL_FAC_UNIVAR_H |
---|
5 | |
---|
6 | // #include "config.h" |
---|
7 | |
---|
8 | #include "canonicalform.h" |
---|
9 | #include "fac_util.h" |
---|
10 | |
---|
11 | bool isSqrFree ( const CanonicalForm & f ); |
---|
12 | CFFList ZFactorizeUnivariate( const CanonicalForm& ff, bool issqrfree = false ); |
---|
13 | |
---|
14 | modpk getZFacModulus(); |
---|
15 | |
---|
16 | #endif /* ! INCL_FAC_UNIVAR_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.