- Timestamp:
- 2015-06-15T18:03:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1906 r1907 252 252 f-x plist-x) 253 253 "Calculate [F, U1*P1-1,U2*P2-1,...,UK*PK-1], where PLIST=[P1,P2,...,PK]." 254 (declare (type ring ring)) 254 255 (setf f-x (poly-list-add-variables f k) 255 256 plist-x (mapcar #'(lambda (x)
Note:
See TracChangeset
for help on using the changeset viewer.