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 4064


Ignore:
Timestamp:
2016-05-31T18:30:25-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4063 r4064  
    6666(defun check-loop-invariant (c f a fl r p
    6767                             &aux
     68                               (p-zero (make-zero-for f))
    6869                               (a (mapcar #'poly-reverse a))
    6970                               (r (poly-reverse r)))
     
    8182          c f a fl r p)
    8283  |#
    83   (let* ((prod (inner-product a fl #'add #'multiply 0))
     84  (let* ((prod (inner-product a fl #'add #'multiply p-zero))
    8485         (succeeded-p
    8586          (universal-zerop
Note: See TracChangeset for help on using the changeset viewer.