source: git/factory/fac_berlekamp.h @ 815e70

fieker-DuValspielwiese
Last change on this file since 815e70 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: 281 bytes
Line 
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 */
Note: See TracBrowser for help on using the repository browser.