CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zaccagnini(a)cs.unipr.it 2002-01-31 14:52:46
Modified files:
doc : purrs.tex
Log message:
1. Added comments on the papers by Lueker and by Cohen & Katcoff;
2. Corrected more misprints;
3. Added paragraph on the solution of the equation
of degree 4 (notation consistent with code);
4. Added an example of reduction of a 5-variable system of
linear recurrences from Cohen & Katcoff into a single
equation of order 5;
5. Renamed section 2.2 to 2.1.5 (which is more appropriate)
and expanded to include the general solution of a
linear recurrence of arbitrary (but finite) order;
6. Changed notation in sections 2.2.3 and 2.2.4 (for the
fundamental solution) for consistency with the notation
in section 2.2.5;
7. Added reference to continued fractions in general;
8. Removed a comment from section 4.1.3, because it was
wrong.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/doc/purrs.tex.diff?cvsroot=…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: roberto(a)cs.unipr.it 2002-01-31 12:27:59
Modified files:
src : alg_eq_solver.cc
Log message:
Doxygen comments are not allowed within function bodies.
Ordinary C++ comments should be used instead.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/alg_eq_solver.cc.diff?c…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zaccagnini(a)cs.unipr.it 2002-01-31 12:15:28
Modified files:
src : alg_eq_solver.cc
Log message:
Added appropriate comments in the body of solve_equation_3 for the
handling of cubic roots so as to avoid taking roots of negative numbers.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/alg_eq_solver.cc.diff?c…