source: git/factory/cf_irred.h @ 183688

spielwiese
Last change on this file since 183688 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 320 bytes
RevLine 
[493c477]1/* emacs edit mode for this file is -*- C++ -*- */
[2dd068]2
3#ifndef INCL_CF_IRRED_H
4#define INCL_CF_IRRED_H
5
[e4fe2b]6// #include "config.h"
[ab4548f]7
[2dd068]8#include "canonicalform.h"
9#include "cf_random.h"
10
11/*BEGINPUBLIC*/
12
13CanonicalForm find_irreducible ( int deg, CFRandom & gen, const Variable & x );
14
15/*ENDPUBLIC*/
16
[493c477]17#endif /* ! INCL_CF_IRRED_H */
Note: See TracBrowser for help on using the repository browser.