source: git/factory/libfac/charset/algfactor.h @ 16055bd

jengelh-datetimespielwiese
Last change on this file since 16055bd was 16055bd, checked in by Martin Lee <martinlee84@…>, 11 years ago
chg: move libfac into factory
  • Property mode set to 100644
File size: 575 bytes
RevLine 
[0479e09]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*/
[639047e]14int hasVar(const CanonicalForm &f, const Variable &v);
[0479e09]15/*ENDPUBLIC*/
16
17#endif /* INCL_ALGFACTOR_H */
Note: See TracBrowser for help on using the repository browser.