source: git/libfac/factor/homogfactor.h @ 1048e0c

fieker-DuValspielwiese
Last change on this file since 1048e0c 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: 832 bytes
Line 
1/* Copyright 1997 Michael Messollen. All rights reserved. */
2///////////////////////////////////////////////////////////////////////////////
3// emacs edit mode for this file is -*- C++ -*-
4// $Id: homogfactor.h,v 1.4 2002-08-19 11:11:34 Singular Exp $
5///////////////////////////////////////////////////////////////////////////////
6#ifndef HFACTOR_H
7#define HFACTOR_H
8CFList  get_Terms( const CanonicalForm & f );
9bool    is_homogeneous( const CanonicalForm & f);
10CFFList HomogFactor( const CanonicalForm & g, const CanonicalForm  & minpoly, const int Mainvar );
11#endif /* HFACTOR_H */
12
13////////////////////////////////////////////////////////////
14/*
15$Log: not supported by cvs2svn $
16Revision 1.3  1997/09/12 07:19:58  Singular
17* hannes/michael: libfac-0.3.0
18
19Revision 1.2  1997/04/25 22:14:46  michael
20Version for libfac-0.2.1
21
22*/
Note: See TracBrowser for help on using the repository browser.