source: git/factory/fac_sqrfree.h @ 22f43f

spielwiese
Last change on this file since 22f43f was c1b52b, checked in by Hans Schoenemann <hannes@…>, 4 years ago
factory: factorize char p, univariate (w/o FLINT, w/o NTL)
  • Property mode set to 100644
File size: 533 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3/**
4 * @file fac_sqrfree.h
5 *
6 * squarefree part and factorization over Q, Q(a)
7**/
8
9#ifndef INCL_FAC_SQRFREE_H
10#define INCL_FAC_SQRFREE_H
11
12// #include "config.h"
13
14#include "canonicalform.h"
15
16CFFList sortCFFList ( CFFList & F );
17
18CFFList sqrFreeZ ( const CanonicalForm & f );
19
20/// squarefree part of a poly
21CanonicalForm sqrfPart (const CanonicalForm& F ///<[in] some poly
22                       );
23
24CFFList sqrFreeFp ( const CanonicalForm & f );
25#endif /* ! INCL_FAC_SQRFREE_H */
Note: See TracBrowser for help on using the repository browser.