Changeset d8932ed in git for kernel/clapsing.cc
- Timestamp:
- Feb 17, 2004, 6:40:33 PM (20 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- c229324983bbffba788eee2e34c2f5428261bb0f
- Parents:
- ae020358246b7e3d43dad14eb92a05dc30c985f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/clapsing.cc
rae0203 rd8932ed 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1. 1.1.1 2003-10-06 12:15:50Singular Exp $5 // $Id: clapsing.cc,v 1.2 2004-02-17 17:40:33 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 781 781 else 782 782 { 783 L = factorize( F, a );783 L = factorize( G, a ); 784 784 } 785 785 #endif … … 789 789 { 790 790 CanonicalForm F( convSingTrPClapP( f ) ); 791 if ((rField_is_Q_a())&&(currRing->minpoly!=NULL)) 792 { 793 WarnS("factorization may be incomplete"); 791 if (rField_is_Q_a()) 792 { 794 793 L = factorize( F ); 795 794 } … … 798 797 #ifdef HAVE_LIBFAC_P 799 798 L = Factorize( F ); 799 //L = factorize( F ); 800 800 #else 801 801 goto notImpl; … … 869 869 else if (i!=0) 870 870 { 871 while ((v!=NULL) && ((*v)!=NULL) && ((**v)[i]>1)) 872 { 873 res->m[0]=pMult(res->m[0],pCopy(res->m[i])); 874 (**v)[i]--; 875 } 871 876 res->m[0]=pMult(res->m[0],res->m[i]); 872 877 res->m[i]=NULL;
Note: See TracChangeset
for help on using the changeset viewer.