source: git/libfac/charset/algfactor.h @ 341696

spielwiese
Last change on this file since 341696 was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 737 bytes
Line 
1////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3////////////////////////////////////////////////////////////
4// $Id$
5////////////////////////////////////////////////////////////
6
7#ifndef INCL_ALGFACTOR_H
8#define INCL_ALGFACTOR_H
9
10#include <factory.h>
11#include <tmpl_inst.h>  // for typedef's
12
13CanonicalForm algcd(const CanonicalForm & f, const CanonicalForm & g, const CFList & as, const Varlist & order);
14CFFList factoras( const CanonicalForm & f, const CFList & as, int & success );
15CFFList cfactor(const CanonicalForm & f, const CFList & as, int success );
16/*BEGINPUBLIC*/
17int hasVar(const CanonicalForm &f, const Variable &v);
18/*ENDPUBLIC*/
19
20#endif /* INCL_ALGFACTOR_H */
Note: See TracBrowser for help on using the repository browser.