source: git/factory/libfac/factor/MVMultiHensel.h @ c623e3e

fieker-DuValspielwiese
Last change on this file since c623e3e was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 670 bytes
Line 
1////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3/////////////////////////////////////////////////////////////
4#ifndef MULTIHENSEL_H
5#define MULTIHENSEL_H
6// recursive version:
7CFFList multihensel( const CanonicalForm & mF, const CFFList & Factorlist,
8                     const SFormList & Substitutionlist,
9                     const CanonicalForm &alpha);
10// this is the real one (quasiparallel):
11CFFList MultiHensel( const CanonicalForm & mF, const CFFList & Factorlist,
12                     const SFormList & Substitutionlist,
13                     const CanonicalForm &alpha);
14
15#endif /* MULTIHENSEL_H */
Note: See TracBrowser for help on using the repository browser.