My Project  debian-1:4.1.1-p2+ds-4build2
maps.h
Go to the documentation of this file.
1 #ifndef MAPS_H
2 #define MAPS_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT - the mapping of polynomials to other rings
8 */
9 #include "coeffs/coeffs.h"
10 #include "polys/monomials/ring.h"
11 
12 // poly maEval(map theMap, poly p, ring dst_ring, nMapFunc nMap, ideal s=NULL);
13 poly maEval(map theMap, poly p,ring preimage_r,nMapFunc nMap, ideal s, const ring dst_r);
14 
15 map maCopy(map theMap, const ring dst_ring);
16 
17 poly maIMap(ring src_ring, ring dst_ring, poly p);
18 
19 void maFindPerm(char const * const * const preim_names, int preim_n, char const * const * const preim_par, int preim_p,
20  char const * const * const names, int n, char const * const * const par, int nop,
21  int * perm, int *par_perm, n_coeffType ch);
22 poly pSubstPoly(poly p, int var, poly image);
23 ideal idSubstPoly(ideal id, int n, poly e);
24 
25 poly p_MinPolyNormalize(poly p, const ring r);
26 int maMaxDeg_P(poly p,ring preimage_r);
27 int maMaxDeg_Ma(ideal a,ring preimage_r);
28 poly maEvalVariable(poly p, int v,int pExp, ideal s, const ring dst_r);
29 
30 #endif
maMaxDeg_Ma
int maMaxDeg_Ma(ideal a, ring preimage_r)
Definition: maps.cc:254
maIMap
poly maIMap(ring src_ring, ring dst_ring, poly p)
map
CanonicalForm map(const CanonicalForm &primElem, const Variable &alpha, const CanonicalForm &F, const Variable &beta)
map from to such that is mapped onto
Definition: cf_map_ext.cc:400
maCopy
map maCopy(map theMap, const ring dst_ring)
Definition: maps.cc:34
p_MinPolyNormalize
poly p_MinPolyNormalize(poly p, const ring r)
Definition: maps.cc:324
maFindPerm
void maFindPerm(char const *const *const preim_names, int preim_n, char const *const *const preim_par, int preim_p, char const *const *const names, int n, char const *const *const par, int nop, int *perm, int *par_perm, n_coeffType ch)
Definition: maps.cc:165
n_coeffType
n_coeffType
Definition: coeffs.h:27
nMapFunc
number(* nMapFunc)(number a, const coeffs src, const coeffs dst)
maps "a", which lives in src, into dst
Definition: coeffs.h:74
maEval
poly maEval(map theMap, poly p, ring preimage_r, nMapFunc nMap, ideal s, const ring dst_r)
Definition: maps.cc:117
maMaxDeg_P
int maMaxDeg_P(poly p, ring preimage_r)
Definition: maps.cc:292
pSubstPoly
poly pSubstPoly(poly p, int var, poly image)
Definition: maps_ip.cc:387
ring.h
v
const Variable & v
< [in] a sqrfree bivariate poly
Definition: facBivar.h:37
p
int p
Definition: cfModGcd.cc:4019
s
const CanonicalForm int s
Definition: facAbsFact.cc:55
idSubstPoly
ideal idSubstPoly(ideal id, int n, poly e)
Definition: maps_ip.cc:403
maEvalVariable
poly maEvalVariable(poly p, int v, int pExp, ideal s, const ring dst_r)
Definition: maps.cc:48
coeffs.h