Changeset f9dc437 in git
- Timestamp:
- Sep 9, 2011, 12:44:24 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 5c71ae1fd4987dac7b2142990d7a4c35826aec1b
- Parents:
- d02fff666539bb449e45ae13851d7d81e05c75bc
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 12:44:24+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:38+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rd02fff rf9dc437 6027 6027 { 6028 6028 if ((monomexpr==NULL)||(pNext(monomexpr)==NULL)) 6029 res->data = id Subst((ideal)u->CopyD(res->rtyp),ringvar,monomexpr);6029 res->data = id_Subst((ideal)u->CopyD(res->rtyp), ringvar, monomexpr, currRing); 6030 6030 else 6031 6031 res->data = idSubstPoly((ideal)u->Data(),ringvar,monomexpr); -
kernel/ideals.h
rd02fff rf9dc437 204 204 } 205 205 206 ideal idSubst(ideal i, int n, poly e);206 // ideal idSubst(ideal i, int n, poly e); 207 207 208 208 inline ideal idJet(ideal i, int d, const ring R = currRing)
Note: See TracChangeset
for help on using the changeset viewer.