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 1046


Ignore:
Timestamp:
2015-06-10T08:45:58-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1045 r1046  
    240240                           0))
    241241
    242 (defun poly-eval (ring-and-order expr vars &optional (list-marker '[)
    243                                              &aux (ring (ro-ring ring-and-order)))
     242(defun poly-eval (expr vars
     243                  &optional
     244                    (ring *ring-of-integers*)
     245                    (order #'lex)
     246                    (list-marker '[)
     247                  &aux (ring (ro-ring ring-and-order)))
    244248  (labels ((p-eval (arg) (poly-eval ring-and-order arg vars))
    245249           (p-eval-list (args) (mapcar #'p-eval args))
Note: See TracChangeset for help on using the changeset viewer.