Changeset 6b76c2 in git
- Timestamp:
- Sep 9, 1997, 2:21:30 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 44290e64601fea8e54ceda204cf29b50ea1b946f
- Parents:
- 790737ee70fe91f5d3f5d630d71aea9f19c50c6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ChangeLog
r790737 r6b76c2 1 Tue Sep 9 09:06:17 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 3 * README: doc fix 4 5 * INSTALL: doc fix 6 7 * cf_globals.h: doc checked 8 9 * cf_globals.h: doc fix 10 11 * cf_globals.cc: doc checked 12 13 * cf_globals.cc: #include fix, doc fix 14 15 * cf_primes.cc, fac_cantzass.cc, int_pp.cc, int_rat.cc: #include 16 fix 17 18 * cf_factor.cc: #include fix 19 (factorize): cf_glob_switches.isOn() replaced by isOn() for 20 sake of uniformity 21 22 * cf_ops.cc (swapvar_between): arguments to operator * swapped 23 24 * cf_ops.cc (swapvar_between, swapvar_rec): functions reordered 25 and declarations removed 26 27 * cf_ops.cc (swapvar_between1, swapvar_rec1, swapvar1): new 28 experimental functions, to be removed in future 29 30 * cf_chinese.cc: doc fix 31 32 * fac_multihensel.cc: #include fix 33 34 * fac_berlekamp.cc: #include fix 35 36 * cf_util.cc: #include fix 37 38 * ffops.h: #include fix 39 40 Mon Sep 8 12:39:09 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 41 42 * cf_algorithm.cc: doc checked 43 44 * cf_algorithm.cc (psr, psq, psqr): assertions added 45 46 * cf_algorithm.cc (psq, psqr): return correct values now if deg(f) 47 < deg(g) 48 (psr, psq, psqr): return correct values now if f = 0 49 50 * cf_algorithm.cc (cden): recursion terminates now for f in base 51 domain instead for f in coefficient domain 52 53 * cf_map.h: doc fix 54 55 * cf_map.cc: doc fix 56 57 * cf_algorithm.h: doc fix 58 59 * cf_switches.h: doc fix 60 61 * cf_switches.cc: doc fix 62 63 Thu Sep 4 10:19:25 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 64 65 * cf_ops.cc: doc checked 66 67 * cf_ops.cc: (replacevar, replacevar_between): new functions 68 * canonicalform.h (replacevar): new declaration 69 70 * cf_algorithm.cc: doc fix 71 72 * cf_resultant.cc: doc fix 73 74 * cf_algorithm.cc: new file 75 (psr, psq, psqr, cden, common_den): functions moved from 76 cf_ops.cc to cf_algorithm.cc 77 * cf_ops.cc (psr, psq, psqr, cden, common_den): functions moved 78 to cf_algorithm.cc 79 * cf_algorithm.h: declarations of functions from cf_algorithm.cc 80 moved from canonicalform.h to cf_algorithm.h 81 * canonicalform.h: declarations of functions from cf_algorithm.cc 82 moved to cf_algorithm.h. In all files which refer to these 83 functions #include of cf_algorithm.h added. 84 * GNUmakefile.in (basefactorysrc): cf_algorithm.cc added to 85 distribution 86 87 * cf_ops.cc (apply): bug fix. In case f.inCoeffDomain() result is 88 now initialized to f. 89 1 90 Mon Sep 1 10:47:41 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 91
Note: See TracChangeset
for help on using the changeset viewer.