Changeset 73c183 in git
- Timestamp:
- Jan 30, 2003, 3:55:01 PM (21 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f93c1c0e645bbb7a98fd80559cdcfe7e08465c20
- Parents:
- a9a5cf8eadb761104cf87f73df7709af4d147846
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/clapsing.cc
ra9a5cf8 r73c183 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1.8 0 2002-11-08 13:28:44Singular Exp $5 // $Id: clapsing.cc,v 1.81 2003-01-30 14:55:01 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 768 768 CanonicalForm F( convSingAPClapAP( f,a ) ); 769 769 L.insert(F); 770 if ( (nGetChar()<(-1)) && F.isUnivariate())770 if (rField_is_Zp_a() && F.isUnivariate()) 771 771 { 772 772 L = factorize( F, a ); … … 787 787 #else 788 788 WarnS("complete factorization only for univariate polynomials"); 789 if ( (nGetChar()==1)||(!F.isUnivariate()) /* Q(a) */789 if (rField_is_Q_a()||(!F.isUnivariate()) /* Q(a) */ 790 790 { 791 791 L = factorize( G );
Note: See TracChangeset
for help on using the changeset viewer.