My Project
Loading...
Searching...
No Matches
fac_univar.h
Go to the documentation of this file.
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_FAC_UNIVAR_H
4#define INCL_FAC_UNIVAR_H
5
6// #include "config.h"
7
8#include "canonicalform.h"
9#include "fac_util.h"
10
11bool isSqrFree ( const CanonicalForm & f );
12CFFList ZFactorizeUnivariate( const CanonicalForm& ff, bool issqrfree = false );
13
15
16#endif /* ! INCL_FAC_UNIVAR_H */
Header for factory's main class CanonicalForm.
FILE * f
Definition: checklibs.c:9
factory's main class
Definition: canonicalform.h:86
class to do operations mod p^k for int's p and k
Definition: fac_util.h:23
bool isSqrFree(const CanonicalForm &f)
CFFList ZFactorizeUnivariate(const CanonicalForm &ff, bool issqrfree=false)
modpk getZFacModulus()
operations mod p^k and some other useful functions for factorization