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 4372


Ignore:
Timestamp:
2016-06-06T19:44:29-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4371 r4372  
    3434of polynomials in internal form. A similar operation in another computer
    3535algebra system could be called 'expand' or so."
    36   (labels ((p-eval (p) (poly-eval p vars order))
     36  (labels ((p-eval (p) (poly-eval p vars order coefficient-class))
    3737           (p-eval-list (plist) (mapcar #'p-eval plist)))
    3838    (cond
Note: See TracChangeset for help on using the changeset viewer.