- Timestamp:
- 2015-06-21T12:42:29-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2915 r2916 170 170 self)) 171 171 172 ;;(eval-when (:compile-toplevel :load-toplevel :execute)172 (eval-when (:compile-toplevel :load-toplevel :execute) 173 173 174 174 (def-add/subtract-method add-to nil … … 184 184 no consing, entirely reusing the sells of SELF and OTHER.") 185 185 186 ;; ) 186 ) 187 188 187 189 188 190 (defmethod unary-minus ((self poly)) … … 195 197 "Destructively adds two termlists P and Q ordered according to ORDER-FN." 196 198 (fast-add/subtract p q order-fn add-to nil)) 199 197 200 198 201 (defmacro multiply-term-by-termlist-dropping-zeros (term termlist … … 234 237 self) 235 238 239 236 240 #| 241 237 242 238 243 (defun poly-standard-extension (plist &aux (k (length plist)))
Note:
See TracChangeset
for help on using the changeset viewer.