source: git/factory/cf_irred.h @ 3ace5b6

spielwiese
Last change on this file since 3ace5b6 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 320 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_CF_IRRED_H
4#define INCL_CF_IRRED_H
5
6// #include "config.h"
7
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
17#endif /* ! INCL_CF_IRRED_H */
Note: See TracBrowser for help on using the repository browser.