source: git/libfac/factor/MVMultiHensel.h @ 924d8f

spielwiese
Last change on this file since 924d8f was 924d8f, checked in by Hans Schoenemann <hannes@…>, 14 years ago
svn does not support $ git-svn-id: file:///usr/local/Singular/svn/trunk@12915 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 678 bytes
Line 
1////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3// $Id$
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 */
Note: See TracBrowser for help on using the repository browser.