source: git/libfac/charset/algfactor.h @ 18500b

spielwiese
Last change on this file since 18500b was 18500b, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: moved libfac back
  • Property mode set to 100644
File size: 575 bytes
Line 
1////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3////////////////////////////////////////////////////////////
4////////////////////////////////////////////////////////////
5
6#ifndef INCL_ALGFACTOR_H
7#define INCL_ALGFACTOR_H
8
9#include <factory.h>
10#include <tmpl_inst.h>  // for typedef's
11
12CanonicalForm algcd(const CanonicalForm & f, const CanonicalForm & g, const CFList & as, const Varlist & order);
13/*BEGINPUBLIC*/
14int hasVar(const CanonicalForm &f, const Variable &v);
15/*ENDPUBLIC*/
16
17#endif /* INCL_ALGFACTOR_H */
Note: See TracBrowser for help on using the repository browser.