source: git/libfac/factor/MVMultiHensel.h @ 052e4f

fieker-DuValspielwiese
Last change on this file since 052e4f was 8de151, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: Factorize2 git-svn-id: file:///usr/local/Singular/svn/trunk@10053 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: MVMultiHensel.h,v 1.4 2007-05-21 16:40:12 Singular Exp $
5/////////////////////////////////////////////////////////////
6#ifndef MULTIHENSEL_H
7#define MULTIHENSEL_H
8// recursive version:
9CFFList multihensel( const CanonicalForm & mF, const CFFList & Factorlist,
10                     const SFormList & Substitutionlist,
11                     const CanonicalForm &alpha);
12// this is the real one (quasiparallel):
13CFFList MultiHensel( const CanonicalForm & mF, const CFFList & Factorlist,
14                     const SFormList & Substitutionlist,
15                     const CanonicalForm &alpha);
16
17#endif /* MULTIHENSEL_H */
18
19////////////////////////////////////////////////////////////
20/*
21$Log: not supported by cvs2svn $
22Revision 1.3  1997/09/12 07:19:48  Singular
23* hannes/michael: libfac-0.3.0
24
25Revision 1.2  1997/04/25 22:31:40  michael
26Version for libfac-0.2.1
27
28*/
Note: See TracBrowser for help on using the repository browser.