source:
git/libpolys/polys/clapconv.h
@
8f4031
Last change on this file since 8f4031 was 146c603, checked in by , 12 years ago | |
---|---|
|
|
File size: 753 bytes |
Line | |
---|---|
1 | // emacs edit mode for this file is -*- C++ -*- |
2 | /**************************************** |
3 | * Computer Algebra System SINGULAR * |
4 | ****************************************/ |
5 | // $Id$ |
6 | /* |
7 | * ABSTRACT: convert data between Singular and factory |
8 | */ |
9 | |
10 | |
11 | #ifndef INCL_SINGCONV_H |
12 | #define INCL_SINGCONV_H |
13 | |
14 | #ifdef HAVE_FACTORY |
15 | |
16 | #include <polys/monomials/ring.h> |
17 | #include <factory/factory.h> |
18 | |
19 | |
20 | poly convFactoryPSingP ( const CanonicalForm & f, const ring r ); |
21 | CanonicalForm convSingPFactoryP( poly p, const ring r ); |
22 | int convFactoryISingI( const CanonicalForm & f); |
23 | |
24 | CanonicalForm convSingAFactoryA( number pp, Variable a, const coeffs cf ); |
25 | number convFactoryASingA ( const CanonicalForm & f, const coeffs cf ); |
26 | |
27 | // HAVE_FACTORY |
28 | #endif |
29 | |
30 | #endif /* INCL_SINGCONV_H */ |
Note: See TracBrowser
for help on using the repository browser.