source: git/factory/fac_berlekamp.h @ f5d2647

spielwiese
Last change on this file since f5d2647 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 284 bytes
RevLine 
[493c477]1/* emacs edit mode for this file is -*- C++ -*- */
[2dd068]2
[493c477]3#ifndef INCL_FAC_BERLEKAMP_H
4#define INCL_FAC_BERLEKAMP_H
[2dd068]5
[e4fe2b]6// #include "config.h"
[b973c0]7
[2dd068]8#include "canonicalform.h"
9
10CFFList FpFactorizeUnivariateB ( const CanonicalForm & f, bool issqrfree = false );
11
[493c477]12#endif /* ! INCL_FAC_BERLEKAMP_H */
Note: See TracBrowser for help on using the repository browser.