spielwiese
Last change
on this file since 4772b1 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:
696 bytes
|
Rev | Line | |
---|
[493c477] | 1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
[ba1fde] | 2 | |
---|
| 3 | #ifndef INCL_FAC_DISTRIB_H |
---|
| 4 | #define INCL_FAC_DISTRIB_H |
---|
| 5 | |
---|
[e4fe2b] | 6 | // #include "config.h" |
---|
[b973c0] | 7 | |
---|
[ba1fde] | 8 | #include "canonicalform.h" |
---|
| 9 | |
---|
| 10 | |
---|
| 11 | bool nonDivisors ( CanonicalForm omega, CanonicalForm delta, const CFArray & F, CFArray & d ); |
---|
| 12 | |
---|
| 13 | bool checkEvaluation ( const CanonicalForm & U, const CanonicalForm & lcU, const CanonicalForm & omega, const CFFList & F, const Evaluation & A, CanonicalForm & delta ); |
---|
| 14 | |
---|
| 15 | bool distributeLeadingCoeffs ( CanonicalForm & U, CFArray & G, CFArray & lcG, const CFFList & F, const CFArray & D, CanonicalForm & delta, CanonicalForm & omega, const Evaluation & A, int r ); |
---|
| 16 | |
---|
| 17 | CFList gcdFreeBasis ( const CFList L ); |
---|
| 18 | |
---|
[493c477] | 19 | #endif /* ! INCL_FAC_DISTRIB_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.