source: git/factory/fac_univar.h @ 16055bd

spielwiese
Last change on this file since 16055bd was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 319 bytes
Line 
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
11CFFList ZFactorizeUnivariate( const CanonicalForm& ff, bool issqrfree = false );
12
13modpk getZFacModulus();
14
15#endif /* ! INCL_FAC_UNIVAR_H */
Note: See TracBrowser for help on using the repository browser.