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 4310


Ignore:
Timestamp:
2016-06-04T22:40:20-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4211 r4310  
    9393  ;; Loop invariant: c*f=sum ai*fi+r+p, where p must eventually become 0
    9494  (do ((r (make-zero-for f))
    95        (c 1)
     95       (c (make-unit-for (leading-coefficient f)))
    9696       (a (make-list (length fl) :initial-element (make-zero-for f)))
    9797       (division-count 0)
Note: See TracChangeset for help on using the changeset viewer.