Skip to content

Commit

Permalink
chg: deleted sparse modular gcd from sm_sparsemod.*
Browse files Browse the repository at this point in the history
  • Loading branch information
mmklee committed May 11, 2012
1 parent 0c4a5ce commit e886046
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1,018 deletions.
4 changes: 0 additions & 4 deletions factory/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ SOURCES = \
int_poly.cc \
int_pp.cc \
int_rat.cc \
sm_sparsemod.cc \
sm_util.cc \
variable.cc \
NTLconvert.cc \
abs_fac.cc \
Expand Down Expand Up @@ -174,8 +172,6 @@ factory_headers = \
int_poly.h \
int_pp.h \
int_rat.h \
sm_sparsemod.h \
sm_util.h \
timing.h \
variable.h \
NTLconvert.h \
Expand Down
2 changes: 1 addition & 1 deletion factory/cf_chinese.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// cf_chinese.cc - algorithms for chinese remaindering.
//
// Used by: cf_gcd.cc, cf_linsys.cc, sm_util.cc
// Used by: cf_gcd.cc, cf_linsys.cc
//
// Header file: cf_algorithm.h
//
Expand Down
2 changes: 1 addition & 1 deletion factory/cf_gcd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ gcd_poly_0( const CanonicalForm & f, const CanonicalForm & g )
//
// This is the dispatcher for polynomial gcd calculation. We call either
// ezgcd(), sparsemod() or gcd_poly1() in dependecy on the current
// characteristic and settings of SW_USE_EZGCD and SW_USE_SPARSEMOD, resp.
// characteristic and settings of SW_USE_EZGCD.
//
// Used by gcd() and gcd_poly_univar0().
//
Expand Down
2 changes: 1 addition & 1 deletion factory/cf_map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// cf_map.cc - definition of class CFMap.
//
// Used by: cf_gcd.cc, fac_multivar.cc, sm_sparsemod.cc
// Used by: cf_gcd.cc, fac_multivar.cc
//
//}}}

Expand Down
Loading

0 comments on commit e886046

Please sign in to comment.