spielwiese
Last change
on this file since 29d7683 was
29d7683,
checked in by Hans Schönemann <hannes@…>, 18 years ago
|
*hannes: subst(par)
git-svn-id: file:///usr/local/Singular/svn/trunk@7844 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
494 bytes
|
Line | |
---|
1 | #ifndef MAPS_IP_H |
---|
2 | #define MAPS_IP_H |
---|
3 | /**************************************** |
---|
4 | * Computer Algebra System SINGULAR * |
---|
5 | ****************************************/ |
---|
6 | /* $Id: maps_ip.h,v 1.1 2005-04-18 15:10:04 Singular Exp $ */ |
---|
7 | /* |
---|
8 | * ABSTRACT - the mapping of polynomials to other rings |
---|
9 | */ |
---|
10 | #include "structs.h" |
---|
11 | |
---|
12 | poly pSubstPoly(poly p, int var, poly image); |
---|
13 | poly pSubstPar(poly p, int par, poly image); |
---|
14 | ideal idSubstPoly(ideal id, int n, poly e); |
---|
15 | ideal idSubstPar(ideal id, int n, poly e); |
---|
16 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.