source: git/factory/cf_irred.h @ 2dd068

spielwiese
Last change on this file since 2dd068 was 2dd068, checked in by Rüdiger Stobbe <stobbe@…>, 28 years ago
Initial revision git-svn-id: file:///usr/local/Singular/svn/trunk@6 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 389 bytes
Line 
1// emacs edit mode for this file is -*- C++ -*-
2// $Id: cf_irred.h,v 1.0 1996-05-17 10:59:38 stobbe Exp $
3
4#ifndef INCL_CF_IRRED_H
5#define INCL_CF_IRRED_H
6
7/*
8$Log: not supported by cvs2svn $
9*/
10
11#include "canonicalform.h"
12#include "cf_random.h"
13
14/*BEGINPUBLIC*/
15
16CanonicalForm find_irreducible ( int deg, CFRandom & gen, const Variable & x );
17
18/*ENDPUBLIC*/
19
20#endif /* INCL_CF_IRRED_H */
Note: See TracBrowser for help on using the repository browser.