source: git/factory/fac_sqrfree.h @ cadf9e

spielwiese
Last change on this file since cadf9e was b1a453, checked in by Martin Lee <martinlee84@…>, 10 years ago
removed isSqrFree
  • Property mode set to 100644
File size: 401 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_FAC_SQRFREE_H
4#define INCL_FAC_SQRFREE_H
5
6// #include "config.h"
7
8#include "canonicalform.h"
9
10CFFList sortCFFList ( CFFList & F );
11
12CFFList sqrFreeZ ( const CanonicalForm & f );
13
14/// squarefree part of a poly
15CanonicalForm sqrfPart (const CanonicalForm& F ///<[in] some poly
16                       );
17
18#endif /* ! INCL_FAC_SQRFREE_H */
Note: See TracBrowser for help on using the repository browser.