source: git/libfac/factor/Factor.h @ b87513c

spielwiese
Last change on this file since b87513c was 4a81ec, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes/michael: libfac-0.3.0 git-svn-id: file:///usr/local/Singular/svn/trunk@708 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 800 bytes
Line 
1/* Copyright 1996 Michael Messollen. All rights reserved. */
2////////////////////////////////////////////////////////////
3// emacs edit mode for this file is -*- C++ -*-
4// $Id: Factor.h,v 1.3 1997-09-12 07:19:47 Singular Exp $
5///////////////////////////////////////////////////////////////////////////////
6#ifndef FACTOR_H
7#define FACTOR_H
8CanonicalForm generate_mipo( int degree_of_Extension , const Variable & Extension );
9CFFList Factorized( const CanonicalForm & F, const Variable & alpha, int Mainvar=0);
10/*BEGINPUBLIC*/
11CFFList Factorize( const CanonicalForm & F, int is_SqrFree=0 ) ;
12/*ENDPUBLIC*/
13
14#endif /* FACTOR_H */
15
16////////////////////////////////////////////////////////////
17/*
18$Log: not supported by cvs2svn $
19Revision 1.3  1997/04/25 22:11:35  michael
20version for libfac-0.2.1
21
22*/
Note: See TracBrowser for help on using the repository browser.