source:
git/factory/fac_sqrfree.h
@
e4fe2b
Last change on this file since e4fe2b was e4fe2b, checked in by , 12 years ago | |
---|---|
|
|
File size: 553 bytes |
Rev | Line | |
---|---|---|
[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] | 11 | CFFList sortCFFList ( CFFList & F ); |
[ef9d6b] | 12 | |
[e89e56] | 13 | CFFList sqrFreeFp ( const CanonicalForm & f ); |
[ef9d6b] | 14 | |
[e89e56] | 15 | bool isSqrFreeFp ( const CanonicalForm & f ); |
[0d500e] | 16 | |
[e89e56] | 17 | CFFList sqrFreeZ ( const CanonicalForm & f ); |
[2dd068] | 18 | |
[e89e56] | 19 | bool isSqrFreeZ ( const CanonicalForm & f ); |
[2dd068] | 20 | |
[6f30b8] | 21 | /// squarefree part of a poly |
22 | CanonicalForm 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.