My Project
Loading...
Searching...
No Matches
clapconv.h
Go to the documentation of this file.
1// emacs edit mode for this file is -*- C++ -*-
2/****************************************
3* Computer Algebra System SINGULAR *
4****************************************/
5/*
6* ABSTRACT: convert data between Singular and factory
7*/
8
9
10#ifndef INCL_SINGCONV_H
11#define INCL_SINGCONV_H
12
14#include "factory/factory.h"
15
16
17poly convFactoryPSingP ( const CanonicalForm & f, const ring r );
18CanonicalForm convSingPFactoryP( poly p, const ring r );
20
21CanonicalForm convSingAPFactoryAP ( poly p , const Variable & a, const ring r );
22poly convFactoryAPSingAP ( const CanonicalForm & f, const ring r );
23poly convFactoryAPSingAP_R ( const CanonicalForm & f, int par_start, int var_start );
24
25//CanonicalForm convSingGFFactoryGF ( poly p, const ring r );
26//poly convFactoryGFSingGF ( const CanonicalForm & f, const ring r );
27
28CanonicalForm convSingAFactoryA ( poly p , const Variable & a, const ring r );
29poly convFactoryASingA ( const CanonicalForm & f, const ring r );
30
31CanonicalForm convSingTrPFactoryP ( poly p, const ring r );
32BOOLEAN convSingTrP(poly p, const ring r );
33poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r );
34
35#endif /* INCL_SINGCONV_H */
int BOOLEAN
Definition auxiliary.h:88
int p
Definition cfModGcd.cc:4086
FILE * f
Definition checklibs.c:9
CanonicalForm convSingPFactoryP(poly p, const ring r)
Definition clapconv.cc:138
BOOLEAN convSingTrP(poly p, const ring r)
Definition clapconv.cc:375
poly convFactoryPSingTrP(const CanonicalForm &f, const ring r)
Definition clapconv.cc:389
poly convFactoryAPSingAP(const CanonicalForm &f, const ring r)
Definition clapconv.cc:207
CanonicalForm convSingAFactoryA(poly p, const Variable &a, const ring r)
Definition clapconv.cc:255
CanonicalForm convSingAPFactoryAP(poly p, const Variable &a, const ring r)
Definition clapconv.cc:171
poly convFactoryAPSingAP_R(const CanonicalForm &f, int par_start, int var_start)
poly convFactoryASingA(const CanonicalForm &f, const ring r)
Definition clapconv.cc:307
poly convFactoryPSingP(const CanonicalForm &f, const ring r)
Definition clapconv.cc:40
int convFactoryISingI(const CanonicalForm &f)
Definition clapconv.cc:165
CanonicalForm convSingTrPFactoryP(poly p, const ring r)
Definition clapconv.cc:339
factory's main class
factory's class for variables
Definition factory.h:127
‘factory.h’ is the user interface to Factory.