source: git/libfac/factor/Truefactor.h @ 3e55bc

spielwiese
Last change on this file since 3e55bc 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: 731 bytes
Line 
1/* Copyright 1996 Michael Messollen. All rights reserved. */
2////////////////////////////////////////////////////////////
3// emacs edit mode for this file is -*- C++ -*-
4// $Id: Truefactor.h,v 1.2 1997-06-09 15:56:05 Singular Exp $
5///////////////////////////////////////////////////////////////////////////////
6#ifndef TRUEFACTOR_H
7#define TRUEFACTOR_H
8
9CFFList Truefactors( const CanonicalForm Ua, int levelU, const SFormList & SubstitutionList, const CFFList & PiList);
10CFFList TakeNorms(const CFFList & PiList);
11#endif /* TRUEFACTOR_H */
12
13///////////////////////////////////////////////////////////////////////////////
14/*
15$Log: not supported by cvs2svn $
16Revision 1.2  1997/04/25 22:25:50  michael
17Version for libfac-0.2.1
18
19*/
Note: See TracBrowser for help on using the repository browser.