spielwiese
Last change
on this file was
c1b52b,
checked in by Hans Schoenemann <hannes@…>, 3 years ago
|
factory: factorize char p, univariate (w/o FLINT, w/o NTL)
|
-
Property mode set to
100644
|
File size:
408 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
2 | |
---|
3 | #ifndef INCL_FAC_CANTZASS_H |
---|
4 | #define INCL_FAC_CANTZASS_H |
---|
5 | |
---|
6 | #include <config.h> |
---|
7 | |
---|
8 | #include "variable.h" |
---|
9 | #include "canonicalform.h" |
---|
10 | |
---|
11 | CFFList FpFactorizeUnivariateCZ( const CanonicalForm& f, bool issqrfree, int numext, const Variable alpha, const Variable beta ); |
---|
12 | |
---|
13 | //CFFList FpFactorizeUnivariateCZ( const CanonicalForm& f ); |
---|
14 | |
---|
15 | #endif /* ! INCL_FAC_CANTZASS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.