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 1432


Ignore:
Timestamp:
2015-06-12T10:21:58-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1413 r1432  
    200200  (values p r c division-count))
    201201
    202 ;; Merge it sometime with poly-pseudo-divide
     202;; Merge it someday with POLY-PSEUDO-DIVIDE.
     203;;
     204;; TODO: It is hard to test normal form as there is no
     205;; loop invariant, like for POLY-PSEUDO-DIVIDE.
     206;; Is there a testing strategy?
     207;;
    203208(defun normal-form (ring-and-order f fl
    204209                    &optional
Note: See TracChangeset for help on using the changeset viewer.