- Timestamp:
- 2015-08-26T19:05:23-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3359 r3360 56 56 (assert (= (length (symbolic-poly-vars new)) (poly-dimension new)))) 57 57 58 (defgeneric poly-eval (expr vars )58 (defgeneric poly-eval (expr vars ring order) 59 59 (:documentation "Evaluate Lisp form EXPR to a polynomial or a list of polynomials in 60 60 variables VARS. Return the resulting polynomial or list of
Note:
See TracChangeset
for help on using the changeset viewer.