- Timestamp:
- 2016-05-28T21:25:52-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3883 r3884 276 276 (subtract-from self (make-poly-constant (poly-dimension self) other)))) 277 277 278 #| 278 279 (defmacro def-add/subtract-method (add/subtract-method-name 279 280 uminus-method-name … … 291 292 ,(when uminus-method-name `(function ,uminus-method-name)))) 292 293 self)) 294 |# 293 295 294 296 (defmethod unary-minus ((self poly))
Note:
See TracChangeset
for help on using the changeset viewer.