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

spielwiese
Last change on this file since d9edaf was 639047e, checked in by Hans Schönemann <hannes@…>, 22 years ago
* hannes/pfister: alg_gcd etc. git-svn-id: file:///usr/local/Singular/svn/trunk@6237 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.0 KB
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.5 2002-08-19 11:11:33 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 CanonicalForm & mipo, int Mainvar=0);
10/*BEGINPUBLIC*/
11CFFList Factorize( const CanonicalForm & F, int is_SqrFree=0 ) ;
12CFFList Factorize( const CanonicalForm & F, const CanonicalForm & mi, int is_SqrFree=0 ) ;
13/*ENDPUBLIC*/
14
15#endif /* FACTOR_H */
16
17////////////////////////////////////////////////////////////
18/*
19$Log: not supported by cvs2svn $
20Revision 1.4  2002/07/30 15:05:38  Singular
21*hannes: added Factorize for alg. ext.
22
23Revision 1.3  1997/09/12 07:19:47  Singular
24* hannes/michael: libfac-0.3.0
25
26Revision 1.3  1997/04/25 22:11:35  michael
27version for libfac-0.2.1
28
29*/
Note: See TracBrowser for help on using the repository browser.