Changeset 3078 for branches/f4grobner
- Timestamp:
- 2015-06-21T18:31:06-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3077 r3078 327 327 ;; Set PLIST to [U1*P1,U2*P2,...,UK*PK] 328 328 (plist (apply #'nconc (poly-standard-extension plist)))) 329 "Calculate [ F, U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]. It destructively modifies F."329 "Calculate [U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]." 330 330 ;; Add -1 as the last term 331 331 (declare (type ring ring))
Note:
See TracChangeset
for help on using the changeset viewer.