Changeset e747dd in git for Singular/maps_ip.cc


Ignore:
Timestamp:
Apr 8, 2004, 11:12:25 PM (20 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
79118617844e903751c6c68d18c98df2776400ec
Parents:
6a33fd790520524415959fe0fa50e769516c1130
Message:
*levandov: pSubst is done separately for noncomm case


git-svn-id: file:///usr/local/Singular/svn/trunk@7120 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/maps_ip.cc

    r6a33fd re747dd  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: maps_ip.cc,v 1.4 2004-04-06 15:14:26 Singular Exp $ */
     4/* $Id: maps_ip.cc,v 1.5 2004-04-08 21:12:25 levandov Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials to other rings
     
    268268  if (rIsPluralRing(currRing))
    269269  {
    270     WarnS("not implemented: only substitution only by a monomial");
    271270    return pSubst(pCopy(p),var,image);
    272271  }
     
    307306    ideal res=(ideal)mpNew(MATROWS((matrix)id),MATCOLS((matrix)id));
    308307    res->rank = id->rank;
    309     WarnS("not implemented: only substitution only by a monomial");
    310308    for(k--;k>=0;k--)
    311309    {
Note: See TracChangeset for help on using the changeset viewer.