Skip to content

Commit e886046

Browse files
committed
chg: deleted sparse modular gcd from sm_sparsemod.*
1 parent 0c4a5ce commit e886046

File tree

8 files changed

+3
-1018
lines changed

8 files changed

+3
-1018
lines changed

factory/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ SOURCES = \
8989
int_poly.cc \
9090
int_pp.cc \
9191
int_rat.cc \
92-
sm_sparsemod.cc \
93-
sm_util.cc \
9492
variable.cc \
9593
NTLconvert.cc \
9694
abs_fac.cc \
@@ -174,8 +172,6 @@ factory_headers = \
174172
int_poly.h \
175173
int_pp.h \
176174
int_rat.h \
177-
sm_sparsemod.h \
178-
sm_util.h \
179175
timing.h \
180176
variable.h \
181177
NTLconvert.h \

factory/cf_chinese.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// cf_chinese.cc - algorithms for chinese remaindering.
77
//
8-
// Used by: cf_gcd.cc, cf_linsys.cc, sm_util.cc
8+
// Used by: cf_gcd.cc, cf_linsys.cc
99
//
1010
// Header file: cf_algorithm.h
1111
//

factory/cf_gcd.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ gcd_poly_0( const CanonicalForm & f, const CanonicalForm & g )
687687
//
688688
// This is the dispatcher for polynomial gcd calculation. We call either
689689
// ezgcd(), sparsemod() or gcd_poly1() in dependecy on the current
690-
// characteristic and settings of SW_USE_EZGCD and SW_USE_SPARSEMOD, resp.
690+
// characteristic and settings of SW_USE_EZGCD.
691691
//
692692
// Used by gcd() and gcd_poly_univar0().
693693
//

factory/cf_map.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// cf_map.cc - definition of class CFMap.
77
//
8-
// Used by: cf_gcd.cc, fac_multivar.cc, sm_sparsemod.cc
8+
// Used by: cf_gcd.cc, fac_multivar.cc
99
//
1010
//}}}
1111

0 commit comments

Comments
 (0)