source: git/libfac/factor/Truefactor.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: 428 bytes
Line 
1////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3// $Id$
4///////////////////////////////////////////////////////////////////////////////
5#ifndef TRUEFACTOR_H
6#define TRUEFACTOR_H
7
8CFFList Truefactors( const CanonicalForm Ua, int levelU, const SFormList & SubstitutionList, const CFFList & PiList);
9CFFList TakeNorms(const CFFList & PiList);
10#endif /* TRUEFACTOR_H */
11
Note: See TracBrowser for help on using the repository browser.