close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2092


Ignore:
Timestamp:
2015-06-17T19:45:33-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2089 r2092  
    260260    (plusp (elt exponents k))))
    261261
    262 (defmethod tensor-mul ((m1 monom) (m2 monom)
    263                        &aux (dim (+ (dimension m1) (dimension m2))))
     262(defmethod ring-tensor-mul ((m1 monom) (m2 monom)
     263                            &aux (dim (+ (dimension m1) (dimension m2))))
    264264  (declare (fixnum dim))
    265265  (with-slots (exponents1 exponents)
Note: See TracChangeset for help on using the changeset viewer.