Changeset 1861 for branches/f4grobner/mx-grobner.lisp
- Timestamp:
- 2015-06-15T14:23:54-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1842 r1861 406 406 (poly-content ring p))) 407 407 408 (defmfun $poly_pseudo_divide (f fl vars)409 (with-ring-and-order (( vars)408 (defmfun $poly_pseudo_divide (f fl mvars &aux (vars (coerce-maxima-list mvars))) 409 (with-ring-and-order ((mvars) 410 410 :polynomials (f) 411 411 :poly-lists (fl)
Note:
See TracChangeset
for help on using the changeset viewer.