source: git/libfac/factor/MVMultiHensel.h @ d270b8

fieker-DuValspielwiese
Last change on this file since d270b8 was 3e55bc, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes/michael: libfac 0.2.4 git-svn-id: file:///usr/local/Singular/svn/trunk@377 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 826 bytes
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.2 1997-06-09 15:56:00 Singular Exp $
5/////////////////////////////////////////////////////////////
6#ifndef MULTIHENSEL_H
7#define MULTIHENSEL_H
8// recursive version:
9CFFList multihensel( const CanonicalForm & mF, const CFFList & Factorlist, const SFormList & Substitutionlist);
10// this is the real one (quasiparallel):
11CFFList MultiHensel( const CanonicalForm & mF, const CFFList & Factorlist, const SFormList & Substitutionlist);
12
13#endif /* MULTIHENSEL_H */
14
15////////////////////////////////////////////////////////////
16/*
17$Log: not supported by cvs2svn $
18Revision 1.2  1997/04/25 22:31:40  michael
19Version for libfac-0.2.1
20
21*/
Note: See TracBrowser for help on using the repository browser.