Changeset 17ce9d in git
- Timestamp:
- Mar 12, 1998, 1:34:35 PM (25 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- c6caf132c3c53b23c40b054ef0ef7cf1439d4221
- Parents:
- 763681d553f311941768658b712852405a22f053
- Location:
- libfac/charset
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/charset/alg_factor.cc
r763681 r17ce9d 3 3 // emacs edit mode for this file is -*- C++ -*- 4 4 //////////////////////////////////////////////////////////// 5 static char * rcsid = "$Id: alg_factor.cc,v 1. 2 1997-09-12 07:19:37 SingularExp $";5 static char * rcsid = "$Id: alg_factor.cc,v 1.3 1998-03-12 12:34:24 schmidt Exp $"; 6 6 //////////////////////////////////////////////////////////// 7 7 // FACTORY - Includes … … 149 149 while ( !sqfreetest ){ 150 150 DEBOUTLN(cout, "sqrf_norm_sub: Palpha= ", Palpha); 151 R = resultante(Palpha, g, y); R= R* common_den(R);151 R = resultante(Palpha, g, y); R= R* bCommonDen(R); 152 152 DEBOUTLN(cout, "sqrf_norm_sub: R= ", R); 153 153 // sqfree check ; R is a polynomial in K[x] … … 613 613 /* 614 614 $Log: not supported by cvs2svn $ 615 Revision 1.2 1997/09/12 07:19:37 Singular 616 * hannes/michael: libfac-0.3.0 617 615 618 */ 616 619 -
libfac/charset/csutil.cc
r763681 r17ce9d 2 2 //////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 static char * rcsid = "$Id: csutil.cc,v 1. 3 1997-09-12 07:19:41 SingularExp $";4 static char * rcsid = "$Id: csutil.cc,v 1.4 1998-03-12 12:34:35 schmidt Exp $"; 5 5 ///////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 223 223 // cout << "temp/lc(temp)= " << temp/lc(temp) << endl; 224 224 // cout << "num(rem/lc(rem))= " << num(rem/lc(rem)) << endl; 225 temp= common_den(temp/lc(temp))*(temp/lc(temp));225 temp= bCommonDen(temp/lc(temp))*(temp/lc(temp)); 226 226 Off(SW_RATIONAL); 227 227 rem= mapinto(temp); … … 649 649 /* 650 650 $Log: not supported by cvs2svn $ 651 Revision 1.3 1997/09/12 07:19:41 Singular 652 * hannes/michael: libfac-0.3.0 653 651 654 Revision 1.3 1997/04/25 22:55:00 michael 652 655 Version for libfac-0.2.1
Note: See TracChangeset
for help on using the changeset viewer.