Changeset 298032 in git
- Timestamp:
- Mar 11, 2009, 7:36:34 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 47ca23dae2b0131537f61842055e75beb7836f77
- Parents:
- 8ee3f2d6e66a708230a1e7f07ce23dfef50f141d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/matpol.cc
r8ee3f2d r298032 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: matpol.cc,v 1.1 5 2009-03-10 13:00:23Singular Exp $ */4 /* $Id: matpol.cc,v 1.16 2009-03-11 18:36:34 Singular Exp $ */ 5 5 6 6 /* … … 753 753 MATELEM(m,k,k*(p+1))=pOne(); 754 754 } 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); 758 758 pSetm(h); 759 759 for(k=r;k>0; k--)
Note: See TracChangeset
for help on using the changeset viewer.