Changeset e88604 in git
- Timestamp:
- May 8, 2012, 2:33:58 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c7417a693b6ec603fa87535be7e9ec143b3f1518
- Parents:
- 0c4a5ce4e052f47dbeabb2611af8912452262861
- git-author:
- Martin Lee <martinlee84@web.de>2012-05-08 14:33:58+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-05-11 11:06:45+02:00
- Location:
- factory
- Files:
-
- 4 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
r0c4a5ce re88604 90 90 int_pp.cc \ 91 91 int_rat.cc \ 92 sm_sparsemod.cc \93 sm_util.cc \94 92 variable.cc \ 95 93 NTLconvert.cc \ … … 175 173 int_pp.h \ 176 174 int_rat.h \ 177 sm_sparsemod.h \178 sm_util.h \179 175 timing.h \ 180 176 variable.h \ -
factory/cf_chinese.cc
r0c4a5ce re88604 6 6 // cf_chinese.cc - algorithms for chinese remaindering. 7 7 // 8 // Used by: cf_gcd.cc, cf_linsys.cc , sm_util.cc8 // Used by: cf_gcd.cc, cf_linsys.cc 9 9 // 10 10 // Header file: cf_algorithm.h -
factory/cf_gcd.cc
r0c4a5ce re88604 688 688 // This is the dispatcher for polynomial gcd calculation. We call either 689 689 // 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. 691 691 // 692 692 // Used by gcd() and gcd_poly_univar0(). -
factory/cf_map.cc
r0c4a5ce re88604 6 6 // cf_map.cc - definition of class CFMap. 7 7 // 8 // Used by: cf_gcd.cc, fac_multivar.cc , sm_sparsemod.cc8 // Used by: cf_gcd.cc, fac_multivar.cc 9 9 // 10 10 //}}}
Note: See TracChangeset
for help on using the changeset viewer.