source: git/factory/fac_sqrfree.h @ e4fe2b

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