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
|
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 | |
---|
12 | CanonicalForm algcd(const CanonicalForm & f, const CanonicalForm & g, const CFList & as, const Varlist & order); |
---|
13 | /*BEGINPUBLIC*/ |
---|
14 | int 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.