![]() |
My Project
|
#include "config.h"#include "cf_assert.h"#include "cf_defs.h"#include "canonicalform.h"#include "cf_map.h"#include "cf_algorithm.h"#include "FLINTconvert.h"Go to the source code of this file.
Functions | |
| static int | compareFactors (const CFFactor &f, const CFFactor &g) |
| CFFList | sortCFFList (CFFList &F) |
| CFFList | sqrFreeZ (const CanonicalForm &a) |
| CanonicalForm | sqrfPart (const CanonicalForm &F) |
| squarefree part of a poly More... | |
Definition at line 19 of file fac_sqrfree.cc.
Definition at line 25 of file fac_sqrfree.cc.
| CanonicalForm sqrfPart | ( | const CanonicalForm & | F | ) |
squarefree part of a poly
| [in] | F | some poly |
Definition at line 115 of file fac_sqrfree.cc.
| CFFList sqrFreeZ | ( | const CanonicalForm & | a | ) |
Definition at line 49 of file fac_sqrfree.cc.