source:
git/factory/fac_sqrfree.h
@
afa7755
Last change on this file since afa7755 was abddbe, checked in by , 9 years ago | |
---|---|
|
|
File size: 486 bytes |
Rev | Line | |
---|---|---|
[493c477] | 1 | /* emacs edit mode for this file is -*- C++ -*- */ |
[2dd068] | 2 | |
[abddbe] | 3 | /** |
4 | * @file fac_sqrfree.h | |
5 | * | |
6 | * squarefree part and factorization over Q, Q(a) | |
7 | **/ | |
8 | ||
[2dd068] | 9 | #ifndef INCL_FAC_SQRFREE_H |
10 | #define INCL_FAC_SQRFREE_H | |
11 | ||
[e4fe2b] | 12 | // #include "config.h" |
[173e86] | 13 | |
[2dd068] | 14 | #include "canonicalform.h" |
15 | ||
[e89e56] | 16 | CFFList sortCFFList ( CFFList & F ); |
[ef9d6b] | 17 | |
[e89e56] | 18 | CFFList sqrFreeZ ( const CanonicalForm & f ); |
[2dd068] | 19 | |
[6f30b8] | 20 | /// squarefree part of a poly |
21 | CanonicalForm 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.