[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:53:07 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 6a3b41b531c7aedd3cc2cbae6b990a72e0f3abbb
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date: Mon Feb 13 17:41:31 2012 +0100
chg: removed Factorize2
diff --git a/libfac/charset/charset.cc b/libfac/charset/charset.cc
index 327ff6f..7a34933 100644
--- a/libfac/charset/charset.cc
+++ b/libfac/charset/charset.cc
@@ -532,10 +532,7 @@ irras( CFList & AS, int & ja, CanonicalForm & reducible)
if ( degree(i.getItem()) > 1 )
{ // search for a non linear elem
elem=i.getItem();
- //if (as.length()==1)
- // qs = Factorize2(elem,as.getFirst());
- //else
- qs= newfactoras(elem,as,success);
+ qs= newfactoras(elem,as,success);
if ( qs.length() > 1 || qs.getFirst().exp() > 1 )
{ //found elem is reducible
reducible=elem;
diff --git a/libfac/factor/Factor.h b/libfac/factor/Factor.h
index ebf7aae..ad400f6 100644
--- a/libfac/factor/Factor.h
+++ b/libfac/factor/Factor.h
@@ -9,7 +9,6 @@ CFFList Factorized( const CanonicalForm & F, const CanonicalForm & mipo, int Mai
/*BEGINPUBLIC*/
CFFList Factorize( const CanonicalForm & F, int is_SqrFree=0 ) ;
CFFList Factorize( const CanonicalForm & F, const CanonicalForm & mi, int is_SqrFree=0 ) ;
-CFFList Factorize2(CanonicalForm F, const CanonicalForm & minpoly );
/*ENDPUBLIC*/
#endif /* FACTOR_H */
--
an open source computer algebra system
More information about the debian-science-commits
mailing list