Changeset 6f801b in git for libfac/factor/MVMultiHensel.cc
- Timestamp:
- Feb 22, 2008, 1:16:03 PM (16 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9667879f6c3f848cdfbb5c6c0e9a14ea6e130e81
- Parents:
- 8078c8a05a777673a09af83fb19f5f3e9c1f24ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/factor/MVMultiHensel.cc
r8078c8 r6f801b 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 // static char * rcsid = "$Id: MVMultiHensel.cc,v 1.1 5 2008-01-22 09:51:37Singular Exp $";4 // static char * rcsid = "$Id: MVMultiHensel.cc,v 1.16 2008-02-22 12:16:03 Singular Exp $"; 5 5 /////////////////////////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 502 502 CanonicalForm a,b; 503 503 // we add a division test now for intermediat.One and intermediat.Two 504 if ( mydivremt (mF,intermediat.One,a,b) && b == mF.genZero() )504 if ( mydivremt (mF,intermediat.One,a,b) && b.isZero() ) 505 505 Retlistinter.append(CFFactor(intermediat.One,1) ); 506 if ( mydivremt (mF,intermediat.Two,a,b) && b == mF.genZero() )506 if ( mydivremt (mF,intermediat.Two,a,b) && b.isZero() ) 507 507 Retlistinter.append(CFFactor(intermediat.Two,1) ); 508 508 … … 520 520 /* 521 521 $Log: not supported by cvs2svn $ 522 Revision 1.15 2008/01/22 09:51:37 Singular 523 *hannes: sqrFree/InternalSqrFree -> factory 524 522 525 Revision 1.14 2007/06/14 14:16:35 Singular 523 526 *hannes: Factorize2 etc.
Note: See TracChangeset
for help on using the changeset viewer.