Changeset b22f61 in git
- Timestamp:
- Apr 9, 2008, 11:41:48 AM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 67b4f7c47997d25a6fc4965119444c0e0dddaca3
- Parents:
- f307021ad1ffaabeac4f3f688f2140c724143680
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/factor/homogfactor.cc
rf30702 rb22f61 1 1 /* Copyright 1997 Michael Messollen. All rights reserved. */ 2 2 //////////////////////////////////////////////////////////// 3 // $Id: homogfactor.cc,v 1.1 0 2008-04-08 16:19:10Singular Exp $3 // $Id: homogfactor.cc,v 1.11 2008-04-09 09:41:48 Singular Exp $ 4 4 //////////////////////////////////////////////////////////// 5 5 // FACTORY - Includes … … 142 142 DEBINCLEVEL(CERR, "HomogFactor"); 143 143 Variable xn = get_max_degree_Variable(g); 144 out_cf("HomogFactor:",g,"\n");144 //out_cf("HomogFactor:",g,"\n"); 145 145 int d_xn = degree(g,xn); 146 146 CanonicalForm F = g(1,xn); … … 149 149 DEBOUTLN(CERR, "d_xn= ", d_xn); 150 150 DEBOUTLN(CERR, "F= ", F); 151 out_cf("HomogFactor:subst ",F,"\n");151 //out_cf("HomogFactor:subst ",F,"\n"); 152 152 153 153 // should we do this for low degree polys g ? e.g. quadratic? … … 197 197 unhomogelem= homogenize(j.getItem().factor(),xn); 198 198 DEBOUTLN(CERR, " that is ", unhomogelem); 199 out_cf("unhomogelem:",unhomogelem,"\n");199 //out_cf("unhomogelem:",unhomogelem,"\n"); 200 200 Unhomoglist.append(CFFactor(unhomogelem,j.getItem().exp())); 201 201 d_xn -= degree(unhomogelem,xn)*j.getItem().exp(); … … 212 212 /* 213 213 $Log: not supported by cvs2svn $ 214 Revision 1.10 2008/04/08 16:19:10 Singular 215 *hannes: removed rcsid 216 214 217 Revision 1.9 2008/03/18 17:46:16 Singular 215 218 *hannes: gcc 4.2
Note: See TracChangeset
for help on using the changeset viewer.