Changeset 9a7a66 in git
- Timestamp:
- Sep 2, 1997, 4:19:35 PM (26 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- f9326d2eed43c2ea403a69cad303502792c4a817
- Parents:
- 54c17f8042fe6ebc6e18547ade2d31e0745a08f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ChangeLog
r54c17f r9a7a66 1 Mon Sep 1 10:47:41 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 3 * cf_algorithm.h: doc checked 4 5 * cf_resultant.cc: doc checked 6 7 * canonicalform.h (resultant): declaration moved to cf_algorithm.h 8 * cf_algorithm.h (resultant): declaration moved from 9 canonicalform.h to cf_algorithm.h 10 11 * cf_ops.cc (resultant): function moved to cf_resultant.cc 12 * cf_resultant.cc (trivialResultant): new function 13 * cf_resultant.cc (resultant): moved from cf_ops.cc to 14 cf_resultant.cc. Completely rewritten. 15 16 * cf_ops.cc (psr): returns f now if deg(f) < deg(g) 17 18 * cf_resultant.cc (subResChain): new function 19 * cf_algorithm.h (subResChain): new declaration 20 21 * cf_factor.cc (factorize( CanonicalFormn, bool ), sqrFree): 22 default argument initializer from definition removed 23 24 Fri Aug 29 09:10:28 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 25 26 * canonicalform.cc (degree( Variable )): slightly speeded up 27 (deriv( Variable )): slightly speeded up 28 29 * canonicalform.h (deriv): doc fix 30 31 * canonicalform.cc (deriv( Variable )): assertion added 32 (deriv( Variable )): bug fix 33 34 * cf_algorithm.h: declarations of functions from cf_linsys.cc 35 moved from canonicalform.h to cf_algorithm.h 36 * canonicalform.h: declarations of functions from cf_linsys.cc 37 moved to cf_algorithm.h 38 39 * cf_factor.cc (sqrFree( CF )): removed 40 (sqrFree( CF, bool )): default argument initializer added 41 (factorize( CF, bool )): default argument initializer added 42 * cf_algorithm.h (sqrFree( CF )): declaration removed 43 (sqrFree( CF, bool )): default argument initializer added to 44 declaration 45 (factorize( CF, bool )): default argument initializer added to 46 declaration 47 48 * GNUmakefile.in (basefactorysrc): cf_resultant.cc added to 49 distribution 50 51 * cf_algorithm.h: declarations from cf_factor.h moved to 52 cf_algorithm.h 53 * cf_factor.h: declarations moved to cf_algorithm.h. cf_factor.h 54 removed. All #include statements changed. 55 * GNUmakefile.in (basefactoryincl): cf_factor.h removed from 56 distribution 57 * canonicalform.h: declarations of functions from cf_factor.cc 58 removed. In all files which refer to these functions #include 59 of cf_algorithm.h added. 60 61 * cf_algorithm.h: new file 62 * cf_algorithm.h: declarations from cf_chinese.h moved to 63 cf_algorithm.h 64 * cf_chinese.h: declarations moved to cf_algorithm.h. 65 cf_chinese.h removed. All #include statements changed. 66 * GNUmakefile.in (basefactoryincl): cf_chinese.h removed from 67 distribution. cf_algorithm.h added to distribution. 68 69 Thu Aug 28 09:21:15 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 70 71 * cf_map.h: superfluous '#include "templates/ftmpl_functions.h"' 72 removed 73 74 Mon Aug 4 16:57:27 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 75 76 * canonicalform.cc (sqrt): doc fix 77 78 Fri Aug 1 11:06:58 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 79 80 * cf_map.cc (operator << ( ostream& s, const CFMap & m )): 81 rewritten 82 83 * configure.in: checks for compiler characteristic are done with C 84 instead of C++ 85 86 Thu Jul 31 14:59:07 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 87 88 * fac_univar.cc (kBound): bound fixed 89 90 * canonicalform.h (sqrt): doc fix 91 92 * canonicalform.cc (sqrt): immediate case completely rewritten 93 1 94 Wed Jul 30 09:40:08 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 95 96 * cf_linsys.cc (bound): off by one errors fixed 97 (linearSystemSolve): off by one errors fixed 98 99 * cf_linsys.cc (bound): debug output added 100 101 * cf_linsys.cc (bound): returns now bound + 1 102 103 * canonicalform.cc (sqrt): sqrt(0) works now 104 (sqrt): assertion added 105 (sqrt): 'int h' changed to 'long long h'. Casts added. 2 106 3 107 * cf_defs.h (SW_RATIONAL, SW_QUOTIENT, SW_SYMMETRIC_FF,
Note: See TracChangeset
for help on using the changeset viewer.