source: git/factory/fac_sqrfree.h @ 2abbc76

fieker-DuValspielwiese
Last change on this file since 2abbc76 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 542 bytes
RevLine 
[493c477]1/* emacs edit mode for this file is -*- C++ -*- */
[2dd068]2
3#ifndef INCL_FAC_SQRFREE_H
4#define INCL_FAC_SQRFREE_H
5
[e4fe2b]6// #include "config.h"
[173e86]7
[2dd068]8#include "canonicalform.h"
9
[e89e56]10CFFList sortCFFList ( CFFList & F );
[ef9d6b]11
[e89e56]12CFFList sqrFreeFp ( const CanonicalForm & f );
[ef9d6b]13
[e89e56]14bool isSqrFreeFp ( const CanonicalForm & f );
[0d500e]15
[e89e56]16CFFList sqrFreeZ ( const CanonicalForm & f );
[2dd068]17
[e89e56]18bool isSqrFreeZ ( const CanonicalForm & f );
[2dd068]19
[6f30b8f]20/// squarefree part of a poly
21CanonicalForm sqrfPart (const CanonicalForm& F ///<[in] some poly
22                       );
23
[493c477]24#endif /* ! INCL_FAC_SQRFREE_H */
Note: See TracBrowser for help on using the repository browser.