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 3353


Ignore:
Timestamp:
2015-06-23T11:54:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3341 r3353  
    5757
    5858
    59 #|
    60 (defun poly-eval (expr vars
     59(defun poly-eval (expr vars
    6160                  &optional
    6261                    (order #'lex>)
     
    6968of polynomials in internal form. A similar operation in another computer
    7069algebra system could be called 'expand' or so."
    71   (declare (type ring ring))
    72   (labels ((p-eval (arg) (poly-eval arg vars ring order))
     70  (labels ((p-eval (arg) (poly-eval arg vars order))
    7371           (p-eval-scalar (arg) (poly-eval-scalar arg))
    7472           (p-eval-list (args) (mapcar #'p-eval args))
Note: See TracChangeset for help on using the changeset viewer.