source: git/libfac/factor/MVMultiHensel.h @ 5d0556

fieker-DuValspielwiese
Last change on this file since 5d0556 was 91b36d, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: licence stuff git-svn-id: file:///usr/local/Singular/svn/trunk@10750 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.0 KB
Line 
1////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3// $Id: MVMultiHensel.h,v 1.5 2008-06-10 14:49:15 Singular Exp $
4/////////////////////////////////////////////////////////////
5#ifndef MULTIHENSEL_H
6#define MULTIHENSEL_H
7// recursive version:
8CFFList multihensel( const CanonicalForm & mF, const CFFList & Factorlist,
9                     const SFormList & Substitutionlist,
10                     const CanonicalForm &alpha);
11// this is the real one (quasiparallel):
12CFFList MultiHensel( const CanonicalForm & mF, const CFFList & Factorlist,
13                     const SFormList & Substitutionlist,
14                     const CanonicalForm &alpha);
15
16#endif /* MULTIHENSEL_H */
17
18////////////////////////////////////////////////////////////
19/*
20$Log: not supported by cvs2svn $
21Revision 1.4  2007/05/21 16:40:12  Singular
22*hannes: Factorize2
23
24Revision 1.3  1997/09/12 07:19:48  Singular
25* hannes/michael: libfac-0.3.0
26
27Revision 1.2  1997/04/25 22:31:40  michael
28Version for libfac-0.2.1
29
30*/
Note: See TracBrowser for help on using the repository browser.