source: git/factory/fac_distrib.h @ 79592ac

spielwiese
Last change on this file since 79592ac was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 696 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_FAC_DISTRIB_H
4#define INCL_FAC_DISTRIB_H
5
6// #include "config.h"
7
8#include "canonicalform.h"
9
10
11bool nonDivisors ( CanonicalForm omega, CanonicalForm delta, const CFArray & F, CFArray & d );
12
13bool checkEvaluation ( const CanonicalForm & U, const CanonicalForm & lcU, const CanonicalForm & omega, const CFFList & F, const Evaluation & A, CanonicalForm & delta );
14
15bool distributeLeadingCoeffs ( CanonicalForm & U, CFArray & G, CFArray & lcG, const CFFList & F, const CFArray & D, CanonicalForm & delta, CanonicalForm & omega, const Evaluation & A, int r );
16
17CFList gcdFreeBasis ( const CFList L );
18
19#endif /* ! INCL_FAC_DISTRIB_H */
Note: See TracBrowser for help on using the repository browser.