Changeset 298032 in git


Ignore:
Timestamp:
Mar 11, 2009, 7:36:34 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
47ca23dae2b0131537f61842055e75beb7836f77
Parents:
8ee3f2d6e66a708230a1e7f07ce23dfef50f141d
Message:
*hannes: coeffs-3


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

Legend:

Unmodified
Added
Removed
  • kernel/matpol.cc

    r8ee3f2d r298032  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: matpol.cc,v 1.15 2009-03-10 13:00:23 Singular Exp $ */
     4/* $Id: matpol.cc,v 1.16 2009-03-11 18:36:34 Singular Exp $ */
    55
    66/*
     
    753753    MATELEM(m,k,k*(p+1))=pOne();
    754754  }
    755   for(l=p;l>0; l--)
    756   {
    757     pSetExp(h,var,p-l+1);
     755  for(l=p;l>=0; l--)
     756  {
     757    pSetExp(h,var,p-l);
    758758    pSetm(h);
    759759    for(k=r;k>0; k--)
Note: See TracChangeset for help on using the changeset viewer.