My Project
Loading...
Searching...
No Matches
fac_berlekamp.h
Go to the documentation of this file.
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_FAC_BERLEKAMP_H
4#define INCL_FAC_BERLEKAMP_H
5
6#include <config.h>
7
8#include "canonicalform.h"
9
10CFFList FpFactorizeUnivariateB ( const CanonicalForm & f, bool issqrfree = false );
11
12#endif /* ! INCL_FAC_BERLEKAMP_H */
Header for factory's main class CanonicalForm.
FILE * f
Definition: checklibs.c:9
factory's main class
Definition: canonicalform.h:86
CFFList FpFactorizeUnivariateB(const CanonicalForm &f, bool issqrfree=false)