spielwiese
Last change
on this file since be5dff was
dccceb,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
moved libfac under factory/
CHG: moved libfac/ under factory/
Note: starting to merge libfac into factory (as a private library)
|
-
Property mode set to
100644
|
File size:
583 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 | |
---|
13 | CanonicalForm algcd(const CanonicalForm & f, const CanonicalForm & g, const CFList & as, const Varlist & order); |
---|
14 | /*BEGINPUBLIC*/ |
---|
15 | int hasVar(const CanonicalForm &f, const Variable &v); |
---|
16 | /*ENDPUBLIC*/ |
---|
17 | |
---|
18 | #endif /* INCL_ALGFACTOR_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.