Changeset 2114 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-17T20:18:29-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2113 r2114 261 261 262 262 (defmethod ring-tensor-mul ((m1 monom) (m2 monom) 263 &aux (dim ( + (dimension m1) (dimension m2))))263 &aux (dim (cl:+ (dimension m1) (dimension m2)))) 264 264 (declare (fixnum dim)) 265 265 (with-slots (exponents1 exponents)
Note:
See TracChangeset
for help on using the changeset viewer.