close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 4121


Ignore:
Timestamp:
2016-06-01T14:08:42-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4118 r4121  
    6161   (multiply g m c1)))
    6262
    63 (defun check-loop-invariant (c f a fl r p
    64                              &aux
    65                                (p-zero (make-zero-for f))
    66                                (a (mapcar #'poly-reverse a))
    67                                (r (poly-reverse r)))
     63(defun check-loop-invariant (c f a fl r p &aux (p-zero (make-zero-for f)))
    6864  "Check loop invariant of division algorithms, when we divide a
    6965polynomial F by the list of polynomials FL. The invariant is the
Note: See TracChangeset for help on using the changeset viewer.