- Timestamp:
- 2016-06-05T19:06:21-07:00 (8 years ago)
- Location:
- branches/f4grobner
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r4331 r4332 245 245 self) 246 246 247 #| 247 248 (defmethod multiply-by ((self monom) (other poly)) 248 249 "Multiply a monomial SELF by polynomial OTHER." 249 250 (multiply-by other self)) 251 |# 250 252 251 253 #| -
branches/f4grobner/ring.lisp
r4323 r4332 21 21 22 22 (defpackage "RING" 23 (:use :cl )23 (:use :cl :copy) 24 24 (:export "RING" 25 25 "ADD-TO"
Note:
See TracChangeset
for help on using the changeset viewer.